On Thu, Aug 12, 2010 at 9:02 AM, Andrey Repin wrote: (snip) > <stdout>:curl -iI -H "Accept-Encoding: gzip" -s -- > "http://cygwin.com/setup.exe" > HTTP/1.1 200 OK > Date: Thu, 12 Aug 2010 06:59:40 GMT > Server: Apache/2.0.52 (Red Hat) > Last-Modified: Tue, 10 Aug 2010 16:28:21 GMT > ETag: "18e01b8-a7413-9f101340" > Accept-Ranges: bytes > Vary: Accept-Encoding > Content-Encoding: gzip > Cache-Control: max-age=0 > Expires: Thu, 12 Aug 2010 06:59:40 GMT > Content-Type: application/octet-stream
Works for me with wget: $ wget -d http://cygwin.com/setup.exe DEBUG output created by Wget 1.11.4 on cygwin. --2010-08-12 10:01:42-- http://cygwin.com/setup.exe Resolving proxy..... Caching proxy..... Connecting to proxy.......|:8080... connected. Created socket 3. Releasing 0x00dc09b8 (new refcount 1). ---request begin--- GET http://cygwin.com/setup.exe HTTP/1.0 User-Agent: Wget/1.11.4 Accept: */* Host: cygwin.com ---request end--- Proxy request sent, awaiting response... ---response begin--- HTTP/1.1 200 OK Date: Thu, 12 Aug 2010 08:01:43 GMT Server: Apache/2.0.52 (Red Hat) Last-Modified: Tue, 10 Aug 2010 16:28:21 GMT ETag: "18e01b8-a7413-9f101340" Accept-Ranges: bytes Vary: Accept-Encoding Cache-Control: max-age=0 Expires: Thu, 12 Aug 2010 08:01:43 GMT Content-Type: application/octet-stream Content-Length: 685075 Connection: close Age: 0 ---response end--- 200 OK Length: 685075 (669K) [application/octet-stream] Saving to: `setup.exe' Note the Content-Length header -- Life is complex, with real and imaginary parts. "Ok, it boots. Which means it must be bug-free and perfect. " -- Linus Torvalds "People disagree with me. I just ignore them." -- Linus Torvalds -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple