Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Perl Net::FTP put() gives little help on errors

by amitsk (Initiate)
on Jan 07, 2010 at 08:02 UTC ( [id://816043]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Net::FTP;
    my $ftp = Net::FTP->new($server, Timeout=>1800, Passive=>1, Debug=>3);
    ...
    $ftp->cwd("files");
    $ftp->binary();
    $ftp->put("build.zip");
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://816043]
Approved by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-16 14:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found