Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: PasvChapter 19
Win32 Modules and Extensions
Next: Reference: Pwd
 

Put

$FTP->Put(file, [remote, context])

Upload the local file to the FTP server, saving it under the name remote, which if omitted is the same name as file. Returns undef on error. context is a number to identify this operation if it is asynchronous. See SetStatusCallback and GetStatusCallback for more information on asynchronous operations.


Previous: Reference: PasvPerl in a NutshellNext: Reference: Pwd
Reference: PasvBook IndexReference: Pwd