in reply to Re: Net::FTP insanity
in thread Net::FTP insanity

Just on the "Passive" aspect again (which may be a red herring) - what happens if you set Passive => 1 in the new() constructor ?

Here's what perldoc Net::FTP has to say about that:
Passive - If set to a non-zero value then all data transfers will be done using passive mode. This is not usually required except for some *dumb* servers, and some firewall configurations. This can also be set by the environment variable "FTP_PASSIVE".
Update: You might want to try that (both with and) without the $ftp->pasv();

Cheers,
Rob

Replies are listed 'Best First'.
Re^3: Net::FTP insanity
by NoSignal (Acolyte) on Nov 22, 2007 at 12:30 UTC
    Hi Rob,

    I'll give that a go. I've changed the timeout on my app to 3600s, and have Wireshark streaming its way from the web. I want to see if the timeout change verifies my memory theory, or if I'm just full of nonsense. Waiting an hour for a verdict is a *bit* annoying :-)