欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

wget 整站下载 博客分类: ubuntu ubuntuwget 

程序员文章站 2024-02-22 17:40:52
...
下载整站
wget -r -nv --restrict-file-names=nocontrol http://seavers.iteye.com/


下载时可以加 -np, 不下载父目录
wget -r -nv --restrict-file-names=nocontrol -np http://seavers.iteye.com/blog/


下载时, 加入断点续传
wget -r -nv -c --restrict-file-names=nocontrol http://seavers.iteye.com/



  • --restrict-file-names=nocontrol 用来解决中文乱码问题













相关标签: ubuntu wget