in reply to Limit to number of files uploaded with Net::FTP
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!
|
|---|