wget 递归下载整个网站

Posted 我的番茄炒蛋

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了wget 递归下载整个网站相关的知识,希望对你有一定的参考价值。

wget -r -p -np -k http://xxx.com/xxx

-r,  --recursive(递归)          specify recursive download.(指定递归下载)
-k,  --convert-links(转换链接)      make links in downloaded html point to local files.(将下载的HTML页面中的链接转换为相对链接即本地链接)
-p,  --page-requisites(页面必需元素)    get all images, etc. needed to display HTML page.(下载所有的图片等页面显示所需的内容)
-np, --no-parent(不追溯至父级)          don‘t ascend to the parent directory.

另外断点续传用-nc参数 日志 用-o参数

熟练掌握wget命令,可以帮助你方便的使用linux。

以上是关于wget 递归下载整个网站的主要内容,如果未能解决你的问题,请参考以下文章

wget 递归下载整个网站

wget 下载整个网站,或者特定目录

centos5.5get 递归下载整个网站

Centos下wget下载整个网站,或者目录全部文件

wget下载网站整个目录

wget递归下载网站资源