Can we download a complete website and it’s content on our ow computer?
Community Answers
37
3-22-12
bishwa says:
There is a software named HTTrack which can download whole of a website into your computer, but only HTML files and not the server side scripts like PHP files.
There is a software named HTTrack which can download whole of a website into your computer, but only HTML files and not the server side scripts like PHP files.
Was this answer helpful?
LikeDislikeThis solution has been deemed correct by the post author
In Linux/Ubuntu you can try this wget -r http://www.websitenametodownload.com
Was this answer helpful?
LikeDislike