Today we will discuss about how to copy a whole website and download each and every page of that website. This is very useful to use a website in offline mode. Also the website works faster in offline mode.
I will share 2 way to do this. One method is using GUI and another method is without using GUI, means terminal only.
Copy Using GUI
First we need a software called HTTrack. Download the software from here or you can download it from the official Github repository too.
Then open HTTrack and follow the instruction to copy a website.
Copy Using Terminal
We can use Wget command to copy a website too. First download the Wget from this official website or from here. And now use the command below to download a website using Wget.
C:/web/wget.exe -r https://targetwebsite.com/
Here is this command the first part is the path to the Wget and the last part is the website link.
That's it for today!
Comments
Post a Comment