Package: wget
Version: 1.10.2-0bpo1
Severity: normal

wget -N does not work when filename has a space in the filename.

Steps to reproduce:

$ echo
"http://www.medical.philips.com/us/company/connectivity/assets/docs/dicomcs/ENsphere%2520DICOM%25203%2520Conformance%2520Statement.pdf";
 > dummy.txt
$ wget -N -i dummy.txt
$ wget -N -i dummy.txt

the second time, the file should not have been downloaded. I suspect the
use of % in the HTML URL encoding is not being decoded properly for use
in the -N option.

Thanks !

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.18-4-686-bigmem
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages wget depends on:
ii  libc6                     2.5-9+b1       GNU C Library: Shared libraries
ii  libssl0.9.7               0.9.7e-3sarge5 SSL shared libraries

-- no debconf information



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

Reply via email to