If you ever need to download an entire Web site, hers's the trick
 wget can do this job
$ wget \
     --recursive \
     --no-clobber \
     --page-requisites \
     --html-extension \
     --convert-links \
     --restrict-file-names=windows \
     --domains website.org \
     --no-parent \
         www.test.in
This command downloads the Web site