in reply to Older versions of Net::FTP work -- 5.6.1 doesn't

It's really hard to say, without having more info.

One idea: Perhaps you are behind a firewall, and the administrators failed to put the right firewall settings in Net::Config. These things are usually set when libnet ( which contains both Net::FTP and Net::Config ) is installed.

Another Idea: Try calling Net::FTP->new() with the Debug option on. Or even running your script through the debugger.

Good luck.

  • Comment on Re: Older versions of Net::FTP work -- 5.6.1 doesn't