2013年4月15日

The Ultimate Wget Download Guide With 15 Awesome Examples

摘要: wgetutility is the best option to download files from internet. wget can pretty much handle all complex download situations including large file downloads, recursive downloads, non-interactive downloads, multiple file downloads etc.,In this article let us review how to usewgetfor various download sc 阅读全文

posted @ 2013-04-15 20:37 云化雨 阅读(255) 评论(0) 推荐(0) 编辑

我用wget干的事

摘要: 1、下载网站某个目录wget -c -r -np -k -L -p www.xxx.org/pub/path/-c 断点续传-r 递归下载,下载指定网页某一目录下(包括子目录)的所有文件-np 递归下载时不搜索上层目录,如wget -c -rwww.xxx.org/pub/path/, 没有加参数-np,就会同时下载path的上一级目录pub下的其它文件-k 将绝对链接转为相对链接,下载整个站点后脱机浏览网页,最好加上这个参数-L 递归时不进入其它主机,如wget -c -rwww.xxx.org/ 如果网站内有一个这样的链接:www.yyy.org,不加参数-L,就会像大火烧山一... 阅读全文

posted @ 2013-04-15 20:33 云化雨 阅读(417) 评论(0) 推荐(0) 编辑

导航