|
ftp_getDownloads a file from the FTP server Description
bool ftp_get
( resource
$ftp_stream
, string $local_file
, string $remote_file
, int $mode
[, int $resumepos = 0
] )ftp_get retrieves a remote file from the FTP server, and saves it into a local file. Parameters
Return Values
Returns Examples
Example #1 ftp_get example
<?php See Also
|