ftp_put Uploads a file to the FTP server &reftitle.description; boolftp_put resourceftp_stream stringremote_file stringlocal_file intmode intstartpos ftp_put stores a local file on the FTP server. &reftitle.parameters; ftp_stream The link identifier of the FTP connection. remote_file The remote file path. local_file The local file path. mode The transfer mode. Must be either FTP_ASCII or FTP_BINARY. startpos &reftitle.returnvalues; &return.success; &reftitle.examples; <function>ftp_put</function> example ]]> &reftitle.changelog; &Version; &Description; 4.3.0 startpos was added. &reftitle.seealso; ftp_fput ftp_nb_fput ftp_nb_put