Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: FTP timeout

by shenme (Priest)
on Dec 22, 2004 at 05:00 UTC ( [id://416694]=note: print w/replies, xml ) Need Help??


in reply to FTP timeout

Well I noticed that the put() is the only data command that you are doing, so we can't know that you aren't getting into firewall problems. Try doing a dir() call before the put and see if you die on that one first.

In any case, while you presumably have tested using your command line FTP client and that worked, you might not be using the same active/passive mode in this program. Try adding -Passive=>1 to the options to new()?

Replies are listed 'Best First'.
Re^2: FTP timeout
by yacoubean (Scribe) on Dec 22, 2004 at 05:15 UTC
    Yes, yes. You are the FTP master. :)

    The Passive=>1 worked. Thanks a ton!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2024-04-19 17:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found