Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: storChapter 16
FTP
Next: Reference: supported
 

stou

 $ftp->stou(file)

Like stor, but stores file on the remote server with a unique name, file. If the user calls either pasv or port, returns true or false. Otherwise, returns a reference to a Net::FTP::dataconn object.


Previous: Reference: storPerl in a NutshellNext: Reference: supported
Reference: storBook IndexReference: supported