Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: appeChapter 16
FTP
Next: Reference: authorize
 

append

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

Appends the contents of a local file to an existing file on the remote system. Arguments are:

local

Either the name of the file on the local system to transfer, or a filehandle.

remote

The name of the file on the remote system. If local is a filehandle, remote must be specified.


Previous: Reference: appePerl in a NutshellNext: Reference: authorize
Reference: appeBook IndexReference: authorize