ftp_fget Downloads a file from the FTP server and saves to an open file &reftitle.description; boolftp_fget FTP\Connectionftp resourcestream stringremote_filename intmodeFTP_BINARY intoffset0 ftp_fget retrieves remote_filename from the FTP server, and writes it to the given file pointer. &reftitle.parameters; ftp &ftp.parameter.ftp; stream An open file pointer in which we store the data. remote_filename The remote file path. mode The transfer mode. Must be either FTP_ASCII or FTP_BINARY. offset The position in the remote file to start downloading from. &reftitle.returnvalues; &return.success; &reftitle.changelog; &Version; &Description; &ftp.changelog.ftp-param; 7.3.0 The mode parameter is now optional. Formerly it has been mandatory. &reftitle.examples; <function>ftp_fget</function> example ]]> &reftitle.seealso; ftp_get ftp_nb_get ftp_nb_fget