Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
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 scrutinizing the Monastery: (6)
As of 2024-04-19 12:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found