Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: abortChapter 16
FTP
Next: Reference: append
 

appe

 $ftp->appe(file)

Appends data to the end of the remote file file, which is created if it doesn't exist. If the user calls either pasv or port, returns true or false. Otherwise, returns a reference to a Net::FTP::dataconn object.


Previous: Reference: abortPerl in a NutshellNext: Reference: append
Reference: abortBook IndexReference: append