> From: JD <[email protected]>
> To: [email protected]
> Cc: 
> Sent: Sunday, March 18, 2012 6:24 PM
> Subject: [Bug-wget] Problem using GNU Wget 1.11.4 Windows version
> 
> When using wget with the -c option, it does recover and resume the download
> after network failures. However, after it finishes the download (in my case
> downloading
> Fedora-16-i386-DVD.iso), I run the sha256sum on the downloaded ISO and it is
> completely different to the value stored in the file of CHECKSUMS on the
> same
> page URL - http://mirrors.kernel.org/fedora/releases/16/Fedora/i386/iso/
> 
> I downloaded this iso at least twice, with the same result - the sha256sum
> performed on the file does not match the one at the above URL, and nor
> does it match the result of sha256sum performed on the previous downloads
> of the iso file.

Actually it looks like there is a problem with some later versions.

---request begin---
GET /fedora/releases/16/Fedora/i386/iso/Fedora-16-i386-DVD.iso HTTP/1.1
Range: bytes=-2147483648-
User-Agent: Wget/1.13.1 (mingw32)
Accept: */*
Host: mirrors.kernel.org
Connection: Keep-Alive

---request end---

The 1.11.4 version I have from gnuwin32 looks fine though

---request begin---
GET /fedora/releases/16/Fedora/i386/iso/Fedora-16-i386-DVD.iso HTTP/1.0
Range: bytes=2147483648-
User-Agent: Wget/1.11.4
Accept: */*
Host: mirrors.kernel.org
Connection: Keep-Alive

---request end---


If you want the latest version the maintainer of mypaint compiled Wget/1.13.4 
(mingw32)

go here
http://opensourcepack.blogspot.com/2010/05/wget-112-for-windows.html
click on wget-1.13.4

So it looks there was (and probably still is) a problem with the fstat 
replacement. I don't see anything submitted.

Reply via email to