I'm apparently missing something very obvious but I can't figure it out.

I want to download a web page and the web pages which the first web page
references, but I can only get the first page.  I've tried -r with
various other switches but nothing works:

  wget -r
http://www.sandiego.courts.ca.gov/superior/online/calendar.html

The above page contains other urls but they are not downloaded.  For
example, I want the following pages which are referenced in the above
page:

  <a href="/superior/online/calendar/f_dvcal1.html"
target="_top">Civil</a>
  <a href="/superior/online/calendar/f_ddcal1.html"
target="_top">Domestic</a>
  <a href="/superior/online/calendar/f_dccal1.html"
target="_top">Criminal</a>
  <a href="/superior/online/calendar/f_dpcal1.html"
target="_top">Probate</a>

but the above urls aren't downloaded.

I've tried options like -l9, -c and -t5 but only get the first page.

I'm using an OS/2 version of wget 1.8.2 dated 4Mar2003 which according
to the docs was compiled with IBM VisualAge C 3.6.5 "no emx required".

What have I overlooked?

- Peter


Reply via email to