ftp_get Downloads a file from the FTP server &reftitle.description; boolftp_get FTP\Connectionftp stringlocal_filename stringremote_filename intmodeFTP_BINARY intoffset0 ftp_get retrieves a remote file from the FTP server, and saves it into a local file. &reftitle.parameters; ftp &ftp.parameter.ftp; local_filename The local file path (will be overwritten if the file already exists). 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_get</function> example ]]> &reftitle.seealso; ftp_pasv ftp_fget ftp_nb_get ftp_nb_fget