(PHP 3 >= 3.0.13, PHP 4, PHP 5)
ftp_fput -- Uploads from an open file to the FTP server
Description
bool
ftp_fput ( resource ftp_stream, string remote_file, resource handle, int mode [, int startpos] )
ftp_fput() uploads the data from a file pointer
to a remote file on the FTP server.