[admin] Problem downloading CMUCL snapshot from ftp.common-lisp.net
When I try to download the latest CMUCL snapshot at: ftp://ftp.common-lisp.net/pub/project/cmucl/snapshots/2004/04/ with wget 1.8.1 under Debian Woody, I get the following error: paolo@plato:~/download$ wget ftp://ftp.common-lisp.net/pub/project/cmucl/snapshots/2004/04/cmucl-2004-04-x86-linux.tar.bz2 --18:40:38-- ftp://ftp.common-lisp.net/pub/project/cmucl/snapshots/2004/04/cmucl-2004-04-x86-linux.tar.bz2 => `cmucl-2004-04-x86-linux.tar.bz2' Resolving ftp.common-lisp.net... done. Connecting to ftp.common-lisp.net[69.55.225.117]:21... connected. Logging in as anonymous ... Logged in! ==> SYST ... done. ==> PWD ... done. ==> TYPE I ... done. ==> CWD /pub/project/cmucl/snapshots/2004/04 ... done. ==> PORT ... done. ==> RETR cmucl-2004-04-x86-linux.tar.bz2 ... Error in server response, closing control connection. Retrying. The download works just fine with a web browser, but I prefer wget because I have a dial-up connection. I am not sure whether the problem is related to some settings of the cmucl project at Common-Lisp.net, or is just a stupid mistake of mine. Paolo -- Why Lisp? http://alu.cliki.net/RtL%20Highlight%20Film
On Apr 11, 2004, at 12:42 PM, Paolo Amoroso wrote:
I am not sure whether the problem is related to some settings of the cmucl project at Common-Lisp.net, or is just a stupid mistake of mine.
I don't know either, but trying with GNU wget 1.8.1 works fine for me. Can anyone else reproduce this? Erik.
Erik Enge <erik@nittin.net> writes:
I don't know either, but trying with GNU wget 1.8.1 works fine for me.
Never mind, it was a firewall-related issue, as suggested by running wget in debug mode with option `-d'. Using passive mode with option `--passive-ftp' worked fine. Paolo -- Why Lisp? http://alu.cliki.net/RtL%20Highlight%20Film
participants (2)
-
Erik Enge
-
Paolo Amoroso