ftp_get() retrieves a remote file from the FTP server, and saves it into a local file.
ftp_streamThe link identifier of the FTP connection.
local_fileThe local file path (will be overwritten if the file already exists).
remote_fileThe remote file path.
modeThe transfer mode. Must be either FTP_ASCII or FTP_BINARY.
resumeposThe position in the remote file to start downloading from.