ftp_get

ftp_get -- Downloads a file from the FTP server

Description

bool ftp_get ( resource ftp_stream, string local_file, string remote_file, int mode)

Returns TRUE on success , FALSE on error .

See also ftp_fget( ) .