|
ftp_fgetDownloads a file from the FTP server and saves to an open file Description
bool ftp_fget(
FTP\Connection $ftp ,resource $stream ,string $remote_filename ,int $mode = FTP_BINARY ,int $offset = 0)
ftp_fget retrieves Parameters
Return Values
Returns Changelog
Examples
Example #1 ftp_fget example
See Also
|