(PHP 3>= 3.0.13, PHP 4 >= 4.0.0)
ftp_put -- Uploads a file to the FTP server.ftp_put() stores local_file on the FTP server, as remote_file. The transfer mode specified must be either FTP_ASCII or FTP_BINARY.
Returns TRUE on success, FALSE on error.
Example 1. ftp_put() example
|