Overrides FileTransfer::__construct
public function __construct($jail, FileSystemInterface $file_system) { parent::__construct($jail); $this->fileSystem = $file_system; }