wget详细使用

2014年5月30日 由 admin 留言 »
nohup wget -q -c http://123.com/123.zip &        #后台运行,断开连接也会继续下载
wget -t0 -c -b  #后台运行
wget -i test.txt  #后台挂起下载txt文本里面的内容

wget下载整站 http://blog.csdn.net/chinalinuxzend/article/details/3885712

wget -U "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB5)" -r -p -k -nc -e robots=off -o down.log http://www.xxx.com

wget更详细相关细节:

http://www.360doc.com/content/12/0514/11/9171956_210887192.shtml
http://www.oschina.net/question/565065_114958
广告位
分享到:

发表回复