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

Perl in a Nutshell

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