start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: appe Chapter 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: appe Perl in a Nutshell Next: Reference: authorize
Reference: appe Book Index Reference: authorize

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.