Sunday, November 25, 2007

Download a whole website using "wget"

Use the following command:
wget -r -p -np -k {url}
where
-r means recursive
-p means page requisites
-np means no parent
-k means convert.

man wget to get the details

No comments: