ftp_fput

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 the file pointer handle ftp_fput( ) uploads the data from the file pointer handle until the end of the file is reached .

Poznámka :

Returns TRUE on success , FALSE on failure .