resource ftp_connect ( string $host [, int $port = 21 [, int $timeout = 90 ]] )
ftp_connect() opens an FTP connection to the specified host.
Returns a FTP stream on success or FALSE on error.