From: Michael Muratet <[EMAIL PROTECTED]>
> I have been having problems with Net::FTP timing out after a LIST
> command. I've traced the problem to the bundled firewall running on
> the machine (which is running RedHat 9.0). Disable the firewall, and
> the script will run to completion. Oddly enough, the ftp client works
> just fine from the command line even with the firewall enabled.
> Furthermore, the header and login information from the remote site is
> getting relayed correctly.
Try
$ftp = Net::FTP->new("some.host.name", Passive => 1);
See the description of the Passive option in Net::FTP's docs.
Jenda
===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz =====
When it comes to wine, women and song, wizards are allowed
to get drunk and croon as much as they like.
-- Terry Pratchett in Sourcery
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]