Re: -R and HTML files

2007-08-23 Thread Matthias Vill
Micah Cowan schrieb: Josh Williams wrote: On 8/22/07, Micah Cowan [EMAIL PROTECTED] wrote: What would be the appropriate behavior of -R then? I think the default option should be to download the html files to parse the links, but it should discard them afterwards if they do not match the

Re: -R and HTML files

2007-08-23 Thread Matthias Vill
Matthias Vill schrieb: Micah Cowan schrieb: Josh Williams wrote: On 8/22/07, Micah Cowan [EMAIL PROTECTED] wrote: What would be the appropriate behavior of -R then? I think the default option should be to download the html files to parse the links, but it should discard them afterwards if

RE: -R and HTML files

2007-08-23 Thread Barnett, Rodney
-Original Message- From: Matthias Vill [mailto:[EMAIL PROTECTED] Sent: Thursday, August 23, 2007 1:54 AM To: wget@sunsite.dk Subject: Re: -R and HTML files Micah Cowan schrieb: Josh Williams wrote: On 8/22/07, Micah Cowan [EMAIL PROTECTED] wrote: What would be the

Re: -R and HTML files

2007-08-23 Thread Matthias Vill
Barnett, Rodney schrieb: -Original Message- From: Matthias Vill [mailto:[EMAIL PROTECTED] Sent: Thursday, August 23, 2007 1:54 AM To: wget@sunsite.dk Subject: Re: -R and HTML files Micah Cowan schrieb: Josh Williams wrote: On 8/22/07, Micah Cowan [EMAIL PROTECTED] wrote:

RE: -R and HTML files

2007-08-23 Thread Barnett, Rodney
-Original Message- From: Matthias Vill [mailto:[EMAIL PROTECTED] Sent: Thursday, August 23, 2007 7:41 AM To: wget@sunsite.dk Subject: Re: -R and HTML files Barnett, Rodney schrieb: -Original Message- From: Matthias Vill [mailto:[EMAIL PROTECTED] Sent:

Wget stuck after HEAD

2007-08-23 Thread Gisle Vanem
Resently I'm having problems with d/l from some sites using http. E.g.: wget -d http://lynx.isc.org/current/lynx2.8.7dev.7.tar.bz2 DEBUG output created by Wget 1.10+devel on Windows-MinGW. --14:42:04-- http://lynx.isc.org/current/lynx2.8.7dev.7.tar.bz2 Resolving lynx.isc.org... seconds 0.00,

Re: Wget stuck after HEAD

2007-08-23 Thread Gisle Vanem
Gisle Vanem [EMAIL PROTECTED] wrote: It seems there's an issue with the HEAD request. Maybe some servers doesn't like it? Can anybody on Win32 try the above url? It seems to be connected with this change: 2007-07-04 Mauro Tortonesi [EMAIL PROTECTED] * http.c (http_loop): Skip HEAD

Re: Wget stuck after HEAD

2007-08-23 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Gisle Vanem wrote: The same happens on the 2nd, 3rd.. retry. It seems there's an issue with the HEAD request. Maybe some servers doesn't like it? Can anybody on Win32 try the above url? All this is with a fresh SVN checkout. Built on MingW.

Re: Wget stuck after HEAD

2007-08-23 Thread Gisle Vanem
Micah Cowan [EMAIL PROTECTED] wrote: My strong suspicion is that you're using the wrong repository? Spot on! I believe I asked dotsrc to remove the old one, I'll ping them again on that. Please do. --gv

I can download with a browser, but not with wget

2007-08-23 Thread Rafael Anschau
bash-3.2$ wget http://www.intel.com/design/processor/manuals/253667.pdf --20:01:01-- http://www.intel.com/design/processor/manuals/253667.pdf = `253667.pdf' Resolving www.intel.com... 81.52.134.16, 81.52.134.24 Connecting to www.intel.com|81.52.134.16|:80... connected. HTTP request

Re: I can download with a browser, but not with wget

2007-08-23 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rafael Anschau wrote: bash-3.2$ wget http://www.intel.com/design/processor/manuals/253667.pdf --20:01:01-- http://www.intel.com/design/processor/manuals/253667.pdf = `253667.pdf' Resolving www.intel.com... 81.52.134.16, 81.52.134.24

Re: I can download with a browser, but not with wget

2007-08-23 Thread Josh Williams
On 8/23/07, Micah Cowan [EMAIL PROTECTED] wrote: --user-agent Mozilla does the trick. Apparently Intel's website does not like wget. :) Stinky buzzards. What did we ever do to them?