【发布时间】:2018-08-21 20:32:17
【问题描述】:
所以,假设我想用 Wget 镜像一个网站。我希望 wget 关注并下载来自http://www.example.com/example/ 或http://example.example.com/ 的所有链接。我怎样才能做到这一点?我试过这个命令,但它似乎没有按照我想要的方式工作。
wget -r --mirror -I '/example' -H -D'example.example.com' 'https://www.example.com/'
【问题讨论】:
标签: wget