Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: portChapter 16
FTP
Next: Reference: put_unique
 

put

 $ftp->put(local[, remote])

Puts a file onto the server. Arguments are:

local

The name of the file to transfer from the local system, or a filehandle.

remote

The new filename on the remote system. If omitted, the same filename is used. If local is a filehandle, the remote filename must be specified.


Previous: Reference: portPerl in a NutshellNext: Reference: put_unique
Reference: portBook IndexReference: put_unique