in reply to Re: Net::FTP port inconsistencies
in thread Net::FTP port inconsistencies
I just tried creating an FTP connection from the linux command line and I get the same problem, i.e. I can login and move to the relevant directory but the put command times out. Perhaps, this is a setting on the linux server??my $ftp = Net::FTP->new($self->{HOSTNAME}, "Firewall" => "", "Port" => 21, "Debug" => 0, "Passive" => 1);
rgds
Conor
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Net::FTP port inconsistencies
by dave_the_m (Monsignor) on Feb 18, 2005 at 18:51 UTC |