Question:

How do I download a whole website?

by  |  earlier

0 LIKES UnLike

...without having to right click and "save target" on every single link on the site? This includes downloading all graphics and the original format, letting me view the entire site offline (without having to have it's files on my temp internet file folder)?

Thankyou!

 Tags:

   Report

1 ANSWERS


  1. The easiest way to do it is to use wget (wget for windows in your case I believe). You can get wget for windows by either googling (which might be hard to do) or download wget from http://users.ugent.be/~bpuype/wget/

    Once you have wget, run the command (from the command line)

    wget.exe wget --recursive --progress=bar --level=1 --convert-links www.somesite.com/somepage.html

    Keep in mind downloading a full website taxes the bandwidth of the website's owner and is not considered a polite thing to do.

    Had you googled for "download websites" in the first place [ http://www.google.com/search?q=download+... ], you would've found several website downloaders.

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.