Hello,

The issue is not a "PASV" one, but a EPSV one (Extended Passiv).

Curl is the only client out of wget and lftp to enable EPSV it by
default, but it can be disabled and it works :

curl -O -v --disable-epsv 
ftp://35.9.37.225/debian/pool/main/libp/libpaper/libpaper-dev_1.1.14-3_alpha.deb

To the network admins of egr.msu.edu, could you configure your ftp server
either to refuse this option and thus fallback to standard PASV, or
better, investigate the fact that your ftp server nevers ACK after the
client's SYN in EPSV mode.

http://haydn.debian.org/~spaillar-guest/curl-trace.bz2

Regards,

-- 
Simon Paillard


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to