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