wget:download_a_full_website
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
wget:download_a_full_website [2016/07/09 23:18] – peter | wget:download_a_full_website [2019/12/04 22:35] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== wget - Download a Full Website ====== | ||
- | |||
- | Following is the command line which you want to execute when you want to download a full website and made available for local viewing. | ||
- | |||
- | <code bash> | ||
- | wget --mirror -p --convert-links -P ./LOCAL-DIR WEBSITE-URL | ||
- | </ | ||
- | |||
- | * –-mirror : turn on options suitable for mirroring. | ||
- | * -p : download all files that are necessary to properly display a given HTML page. | ||
- | * –-convert-links : after the download, convert the links in document for local viewing. | ||
- | * -P ./LOCAL-DIR : save all the files and directories to the specified directory. | ||
- | |||
wget/download_a_full_website.1468106324.txt.gz · Last modified: 2020/07/15 09:30 (external edit)