ftp_connect

ftp_connect

(PHP 4, PHP 5, PHP 7)

ftp_connectOpens an FTP connection

Description

resource ftp_connect ( string $host [, int $port = 21 [, int $timeout = 90 ]] )

ftp_connect() opens an FTP connection to the specified host.

Parameters

host

The FTP server address. This parameter shouldn't have any trailing slashes and shouldn't be prefixed with ftp://.