ftp_fput Uploads from an open file to the FTP server &reftitle.description; boolftp_fput resourceftp_stream stringremote_file resourcehandle intmode intstartpos0 ftp_fput uploads the data from a file pointer to a remote file on the FTP server. &reftitle.parameters; ftp_stream The link identifier of the FTP connection. remote_file The remote file path. handle An open file pointer on the local file. Reading stops at end of file. mode The transfer mode. Must be either FTP_ASCII or FTP_BINARY. startpos &reftitle.returnvalues; &return.success; &reftitle.examples; <function>ftp_fput</function> example ]]> &reftitle.changelog; &Version; &Description; 4.3.0 startpos was added. &reftitle.seealso; ftp_put ftp_nb_fput ftp_nb_put