ftp_nb_fput

ftp_nb_fput -- Stores a file from an open file to the FTP server (non-blocking)

Description

bool ftp_nb_fput ( resource ftp_stream, string remote_file, resource handle, int mode [, int startpos])

ftp_nb_fput( ) uploads the data from the file pointer handle until it reaches the end of the file .

Returns TRUE on success , FALSE on failure .