in reply to Re^4: Problem with Net::FTP
in thread Problem with Net::FTP
Right. You also need to set the proxy port (since it appears to use the common HTTP proxy port), so try changing that to
my $ftp=Net::FTP->new(Host => "ftp.cpan.org", Firewall => "XXXX:3128")
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Problem with Net::FTP
by cool (Scribe) on Jul 10, 2007 at 13:44 UTC |