Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: ftp attempt

by gav^ (Curate)
on Sep 10, 2002 at 12:06 UTC ( [id://196635]=note: print w/replies, xml ) Need Help??


in reply to ftp attempt

The docs mention:
If the constructor fails undef will be returned and an error message will be in $@
If you change your code to:
$ftp = Net::FTP->new("myserver@here.com", Debug => 1) || die "Unable to connect: $@\n";
Hopefully the error message will help.

gav^

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (4)
As of 2024-04-23 23:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found