in reply to Re^2: Net::FTP question. Better way?
in thread Net::FTP question. Better way?

Thanks. Adding "Passive => 1" to my Net::FTP usage solved a similar issue for us today.

Oddly enough I hadn't had that issue on RHEL5 using Perl 5.8.8 base and older Net::FTP module. We moved to RHEL6 which uses a 5.10.1 base and it had a slightly newer Net::FTP module. I'm guessing the older module defaulted to Passive but the newer one doesn't.