[Ilugc] wget recursive retrieval

  • From: rsridhar@xxxxxxxxxxxxxxx (Sridhar R)
  • Date: Thu, 8 Apr 2004 23:06:01 +0530 (IST)

Raman.P said:

--- Sridhar R <rsridhar@xxxxxxxxxxxxxxx> wrote: > I used

$ wget -r http://gentoo.org/doc/en/

But it started downloading all files starting from www.gentoo.org and
the
CWD contains the same!
I have also searched the wget manual, but '-r' is not behaving as it
should.
(Am I missing anything?)

--
R. Sridhar


look at --no-parent option, that should help you.

  So finally I used,

  wget -p -r -np http://gentoo.org/doc/en

  * -p: also download any images,.. linked from the pages downloaded
  * -r: recurse - default depth is 5
  * -np: Download from the directory given, no parent files

  Well, consider this scenario.  I have downloaded files using the default
  depth (5). Now I wish to download from mutually exclusively levels, say
  6-8.  How to do that?

Raman.P

________________________________________________________________________
Yahoo! India Matrimony: Find your partner online.
http://yahoo.shaadi.com/india-matrimony/
_______________________________________________
To unsubscribe, email ilugc-request@xxxxxxxxxxxxx with
"unsubscribe <password> address"
in the subject or body of the message.
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


-- 
R. Sridhar



Other related posts: