Custom Search

Download a Website

Publicat de Mr. Miaghy on 01:53


Here is a simple and effective way to get the files downloaded recursively from a website without actually visiting each and every link to the sub pages. This is also useful in case the pages are of type XHTML or text type—one can make them .html by use of an appropriate switch like -E. Go to the directory onto which you wish to download all the content from site, and use the following command:
 wget -r -p -k -E http://www.linuxdriver.co.il/ldd3/
…where:
-r is for recursive download of pages
-p is for linking pages locally so that users
can browse them easily once the download is
completed
-k is to create the directory structure, and…
-E is to create .html extensions to the type XHTML or text files.
Enjoy, and try out different contents on the Net. Do not forget to check out the manual pages for wget there’s always more information.
Download Website   Download a Website

0 comentarii:

Trimiteți un comentariu

Custom Search