ftp_put
Description
bool ftp_put ( resource ftp_stream, string remote_file, string local_file, int mode [, int startpos] )ftp_put() stores a local file on the FTP server.
Parameters
ftp_streamThe link identifier of the FTP connection.
remote_fileThe remote file path.
local_fileThe local file path.
modeThe transfer mode. Must be either FTP_ASCII or FTP_BINARY.
startpos
Examples
