Subject: | ftp errors when downloading pari |
I'm getting the same errors as described here:
http://www.nntp.perl.org/group/perl.libwww/2009/11/msg7350.html
The suspect line is utils/Math/PariBuild.pm line 435:
@lst or ($ftp->pasv() and @lst = $ftp->ls()) or die "Cannot list (",$ftp->message(),"): $!";
Adding some extra debugging shows that entering passive mode worked - however the ls command still yields "Cannot list (Illegal PORT command."
However, this only happens on some systems (using the same network). I've updated Net::FTP to the latest version (3.08) but this makes no difference. Was there ever any insight shed into this issue?