(PHP 3 >= 3.0.13, PHP 4, PHP 5)
ftp_get -- Downloads a file from the FTP server
Description
bool
ftp_get ( resource ftp_stream, string local_file, string remote_file, int mode [, int resumepos] )
ftp_get() retrieves a remote file from the FTP server,
and saves it into a local file.