Property | Type | Description | |
---|---|---|---|
$conn | resource | The connection with the server |
Method | Description | |
---|---|---|
__call ( string $function, array $arguments ) : mixed | Forward the method call to FTP functions | |
__construct ( &$connection ) | Constructor. | |
connect ( string $host, integer $port = 21, integer $timeout = 90 ) : resource | Opens a FTP connection | |
ssl_connect ( string $host, integer $port = 21, integer $timeout = 90 ) : resource | Opens a Secure SSL-FTP connection |