Page Actions
Wiki Actions
User Actions
Submit This Story

Some wget tips

Some wget tips I collected

tips

#网页及附件下载
wget -nd -pHEKk [url]
 
#断点续传
wget -c [url]
 
#批量下载某类别文件
wget -r -nd -np -l1 -A '*.jpg' [url]
 
#定时下载
echo 'wget url' | at 01:00
 
#限制下载速度(32KB/s)
wget --limit-rate=32k [url]
 
#检查链接有效性
wget -nv --spider --force-html -i bookmarks.html

Discussion

Enter your comment
 
 
blog/2009/10/some_wget_tips.txt · Last modified: 2009/10/01 00:00 (external edit)     Back to top
Recent changes RSS feed Creative Commons License Powered by PHP Driven by DokuWiki