|
ftp_fgetDownloads a file from the FTP server and saves to an open file Description
bool ftp_fget
( resource
$ftp_stream
, resource $handle
, string $remote_file
, int $mode
[, int $resumepos = 0
] )
ftp_fget retrieves Parameters
Return Values
Returns Examples
Example #1 ftp_fget example
<?php See Also
|