Shouldn't that be "Passive => 1" ... it says non-zero for passive mode?

    Ray

On Jun 3, 2005, at 11:36 AM, Iyanaga Nobumi wrote:
And perhaps adding "Passive => 0" to my "Net::FTP->new" line (like the following line...:

$ftp = Net::FTP->new($domain, Debug => 0, Passive => 0)

) would solve the problem?  I quote the man page of Net::FTP:


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".


Reply via email to