bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] Trying to wget files from IEEE802 document server


From: Robert Moskowitz
Subject: Re: [Bug-wget] Trying to wget files from IEEE802 document server
Date: Wed, 23 May 2012 13:24:04 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1

OK, got it to work with help from the site admin..

On 05/20/2012 04:34 PM, Ángel González wrote:
On 20/05/12 19:45, Robert Moskowitz wrote:
On 05/20/2012 12:34 PM, Ángel González wrote:
The problem you get when using --no-check-certificate is due to
https://mentor.ieee.org/802.18/dcn/12/ not containing a file list. TRy
going to https://mentor.ieee.org/802.18/dcn/12/ in your browser: "Not
Found The page requested was not found or is not a functioning properly"
So I see.  Problem with assuming that the URL seen here:

https://mentor.ieee.org/802.18/documents

Would work off the higher level.

The nice page listed above gives a nice user interface into a group's
documents, hiding which year the rev0 doc was posted.  I like to
maintain the by year orientation of wg/dcn/yr/.
You can use something like
  wget --no-check-certificate -m -np https://mentor.ieee.org/802.18/documents

wget -m -nH --cut-dirs=1 --no-parent --wait=7 --random-wait -o ./wget.log --no-check-certificate https://mentor.ieee.org/802.18/documents

The wait and random-wait are important on this site, as they rate limit otherwise.

Thanks for the help. We will see what how this works when I try for an update...





reply via email to

[Prev in Thread] Current Thread [Next in Thread]