lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV Downloading a whole web site for local offline browsing


From: Personal
Subject: Re: LYNX-DEV Downloading a whole web site for local offline browsing
Date: Wed, 1 Apr 1998 11:02:25 -0700 (MST)

Someone suggested the following for using wget:

>wget (-r | --recursive)

Let me suggest 

   wget -r -l 2 --no-parent -k <URL> 

instead. Adjust the number after the -l to determine the recursive depth.
Add -v to see hhat's happening. Unless you _know_ you want to go all the
way down the tree, be sure you have a -l <depth> parameter in there. Be
polite. The "-k" converts the links in the fetched pages to work in the
new location. The --no-parent keeps it from following links to higher in
the tree and traversing downwards from there. I use it this way all the
time. 

Scott



Scott McGee: Salt Lake Community College Webmaster | When in danger,
___________________________________________________| or in doubt,
Email: address@hidden (Scott McGee)         | run in circles,
Web:   http://www.slcc.edu/infotech/webmaster.html | scream and shout.
----------------------------------------------------------------------
My opinions do not necessarily reflect those of the College. Trust me!

reply via email to

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