| Manuál PHP | ||
|---|---|---|
| PÅ™edcházejÃcà | Dalšà | |
ftp_put
Popis
bool ftp_put ( resource ftp_stream, string remote_file, string local_file, int mode [, int startpos] )ftp_put() stores a local file on the FTP server.
Seznam parametrů
ftp_streamThe link identifier of the FTP connection.
remote_fileThe remote file path.
local_fileThe local file path.
modeThe transfer mode. Must be either FTP_ASCII or FTP_BINARY.
startpos
PÅ™Ãklady