How to copy website completely offline with Termux or Linux

How to copy website – Hello guy’s, Welcome to another article, In this article I’m going to show you how to download all website files offline with Termux or Linux completely Free.

We discuss about Two method’s to download website offline

  • Wget
  • Httrack
How to copy website completely offline with Termux or Linux

#1 Wget

Wget is a free software package for retrieving files using HTTP, HTTPS, FTP and FTPS, the most widely used Internet protocols. It is a non-interactive commandline tool, so it may easily be called from scripts, cron jobs, terminals without X-Windows support, etc.

Requirement’s

  • Termux or Linux
  • Wget package

How to copy website using Wget

Step 1: Install Wget

First we need to install wget package in our Termux or Linux Terminal so type this below command.
Termux

pkg install wget

Linux

sudo apt install wget

weget

Step 2: Download Website

Once you install “Wget” package in your terminal then type this below command in your terminal this command will help you to download website.

wget -mkEpnp ( your website )

How to copy website completely offline with Termux or Linux

Once complete this download process you can get all your website data offline. See this below Image

How to copy website completely offline with Termux or Linux

Detailed way

wget –mirror –convert-links –adjust-extension –page-requisites –no-parent ( your website)

#2 Httrack

HTTrack is a free (GPL, libre/free software) and easy-to-use offline browser utility.
It allows you to download a World Wide Web site from the Internet to a local directory, building recursively all directories, getting HTML, images, and other files from the server to your computer. HTTrack arranges the original site’s relative link-structure. Simply open a page of the “mirrored” website in your browser, and you can browse the site from link to link, as if you were viewing it online. HTTrack can also update an existing mirrored site, and resume interrupted downloads. HTTrack is fully configurable, and has an integrated help system.

httrack

Requirement’s

  • Termux,Linux or Windows
  • Httrack package or tool

How to copy website with Httrack

Step 1: Download Httrack

First you download httrack package so type this below command in your Linux or Termux Terminal.
Termux

pkg install httrack

Linux

sudo apt install httrack

How to copy website completely offline with Termux or Linux

Windows

Click this below link to download Httrack software

Httrack

How to copy website completely offline with Termux or Linux

Step 2: Download website

Once you install Httrack tool type this below command in your terminal this command will help you to download website.

httrack ( your website )

httrack

Post a Comment

Previous Post Next Post