PHP » GoLang |
login |
register |
about
|
ftp_get(PHP 4, PHP 5, PHP 7) ftp_get — Downloads a file from the FTP server Description
bool ftp_get
( resource
$ftp_stream
, string $local_file
, string $remote_file
[, int $mode = FTP_IMAGE
[, 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
|
more
Recently updated
more
Most requested
more
Last requests
|