$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.