Skip Menu |

This queue is for tickets about the libnet CPAN distribution.

Report information
The Basics
Id: 111785
Status: new
Priority: 0/
Queue: libnet

People
Owner: Nobody in particular
Requestors: ether [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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?