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_stream
The link identifier of the FTP connection.
remote_file
The remote file path.
local_file
The local file path.
mode
The transfer mode. Must be either FTP_ASCII or FTP_BINARY.
startpos
PÅ™Ãklady