Your message dated Mon, 09 Jul 2012 17:52:30 +0200
with message-id <[email protected]>
and subject line #512138 wget cannot download some FTP urls
has caused the Debian Bug report #512138,
regarding wget cannot download some FTP urls
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
512138: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=512138
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: wget
Version: 1.11.4-2
Severity: important
For example:
***
$ LC_ALL=C wget ftp://ftp.apnic.net/apnic/whois-data/APNIC/apnic.RPSL.db.gz
--2009-01-17 19:34:45--
ftp://ftp.apnic.net/apnic/whois-data/APNIC/apnic.RPSL.db.gz
=> `apnic.RPSL.db.gz'
Resolving ftp.apnic.net... 202.12.29.20, 2001:dc0:2001:0:4608:20::
Connecting to ftp.apnic.net|202.12.29.20|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done. ==> PWD ... done.
==> TYPE I ... done. ==> CWD /apnic/whois-data/APNIC ...
No such directory `apnic/whois-data/APNIC'.
***
Opera 9.53 and Firefox 3.0.5 download this file Ok.
--
Regards, Krasu.
--- End Message ---
--- Begin Message ---
tags 512138 + unreproducible
fixed 512138 1.13.4-1
thanks
Hello,
with version 1.13.4 wget directly uses RETR and don't CWD first:
$ LC_ALL=C wget -d
ftp://ftp.apnic.net/apnic%2fwhois-data%2fAPNIC%2fapnic.RPSL.db.gz
DEBUG output created by Wget 1.13.4 on linux-gnu.
URI encoding = `ANSI_X3.4-1968'
--2012-07-09 17:51:09--
ftp://ftp.apnic.net/apnic%2fwhois-data%2fAPNIC%2fapnic.RPSL.db.gz
=> `apnic%2Fwhois-data%2FAPNIC%2Fapnic.RPSL.db.gz.1'
Resolving ftp.apnic.net (ftp.apnic.net)... 2001:dc0:2001:11::205, 202.12.29.205
Caching ftp.apnic.net => 2001:dc0:2001:11::205 202.12.29.205
Connecting to ftp.apnic.net (ftp.apnic.net)|2001:dc0:2001:11::205|:21...
connected.
Created socket 3.
Releasing 0x0000000002417c70 (new refcount 1).
Logging in as anonymous ... 220 APNIC FTP Repository (ftp.apnic.net)
--> USER anonymous
331 Anonymous login ok, send your complete email address as your password
--> PASS -wget@
230-Welcome to the master FTP site for APNIC Pty. Ltd.
There are currently 10 users out of 30 possible.
**********************************************************************
** This Archive is also accessible via HTTP at http://ftp.apnic.net **
**********************************************************************
The local time is Tue Jul 10 01:51:11 2012.
If you have problems, please try using a dash (-) as the first character
of your password -- this will turn off the continuation messages that may
be confusing your ftp client.
NOTE: All transactions with this server are logged.
If you do not like this, disconnect now!
Please send mail to [email protected] if you experience any problems.
230 Anonymous access granted, restrictions apply
Logged in!
==> SYST ...
--> SYST
215 UNIX Type: L8
done. ==> PWD ...
--> PWD
257 "/" is the current directory
done.
==> TYPE I ...
--> TYPE I
200 Type set to I
done. ==> CWD not needed.
==> SIZE apnic/whois-data/APNIC/apnic.RPSL.db.gz ...
--> SIZE apnic/whois-data/APNIC/apnic.RPSL.db.gz
213 50724297
50724297
conaddr is: 2001:dc0:2001:11::205
==> EPSV ...
--> EPSV 2
229 Entering Extended Passive Mode (|||50420|)
respline is 229 Entering Extended Passive Mode (|||50420|)
trying to connect to 2001:dc0:2001:11::205 port 50420
Created socket 4.
done. ==> RETR apnic/whois-data/APNIC/apnic.RPSL.db.gz ...
--> RETR apnic/whois-data/APNIC/apnic.RPSL.db.gz
150 Opening BINARY mode data connection for
apnic/whois-data/APNIC/apnic.RPSL.db.gz (50724297 bytes)
done.
Length: 50724297 (48M) (unauthoritative)
2% [=>
] 1,164,656 226K/s eta 3m 15s ^C
--
Noël Köthe <noel debian.org>
Debian GNU/Linux, www.debian.org
signature.asc
Description: This is a digitally signed message part
--- End Message ---