Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Limit to number of files uploaded with Net::FTP

by sgifford (Prior)
on Apr 30, 2007 at 15:51 UTC ( [id://612799]=note: print w/replies, xml ) Need Help??


in reply to Limit to number of files uploaded with Net::FTP

Can you create a very short script that shows the problem? Maybe it's something like old handles aren't being closed properly, so the FTP server sees you as having 4 simultaneous connections.

Also, you can turn on debugging for Net::FTP to see exactly what's going on. That might give a useful clue.

One more idea: As a workaround, you could try my module Net::FTP::AutoReconnect, which will automatically re-establish your FTP connection if it fails for some reason. I created it to deal with some quirky, unpredictable FTP servers, and it might help in your case.

Good luck!

  • Comment on Re: Limit to number of files uploaded with Net::FTP

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (3)
As of 2024-04-25 23:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found