ftp_put
Uploads a file to the FTP server
Description
boolftp_put
resourceftp_stream
stringremote_file
stringlocal_file
intmode
intstartpos
ftp_put stores local_file
on the FTP server, as remote_file. The transfer
mode specified must be either
FTP_ASCII or FTP_BINARY.
The startpos parameter was added in PHP 4.3.0.
&return.success;
ftp_put example