Overrides FileTransfer::__construct
public function __construct($jail, $username, $password, $hostname, $port) { $this->username = $username; $this->password = $password; $this->hostname = $hostname; $this->port = $port; parent::__construct($jail); }