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...