in reply to Older versions of Net::FTP work -- 5.6.1 doesn't
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.
|
|---|