$ftp->append(local[, remote])
ftp
local
remote
Appends the contents of a local file to an existing file on the remote system. Arguments are:
Either the name of the file on the local system to transfer, or a filehandle.
The name of the file on the remote system. If local is a filehandle, remote must be specified.
[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]