| Manuál PHP | ||
|---|---|---|
| PÅ™edcházejÃcà | Dalšà | |
ftp_get
Popis
bool ftp_get ( resource ftp_stream, string local_file, string remote_file, int mode [, int resumepos] )ftp_get() retrieves a remote file from the FTP server, and saves it into a local file.
Seznam parametrů
ftp_streamThe link identifier of the FTP connection.
local_fileThe local file path (will be overwritten if the file already exists).
remote_fileThe remote file path.
modeThe transfer mode. Must be either FTP_ASCII or FTP_BINARY.
resumeposThe position in the remote file to start downloading from.
PÅ™Ãklady
| PÅ™edcházejÃcà | Domů | Dalšà |
| ftp_get_option | Nahoru< |