> -----Original Message-----
> From: Andrew Curry [mailto:[EMAIL PROTECTED] 
> 
> Passive - If set to a non-zero value then all data transfers 
> will be done using passive mode. If set to zero then data 
> transfers will be done using active mode.

Sheesh. I must've read that line 50 times but never that way.

If I say:

 my $ftp = Net::FTP -> new($server, Passive => 0)...

it does indeed use active mode.

Sometimes you just need another pair of eyes :)

Thanks!

richf

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to