Hi, Guset, 您可以 Join BUC Or 登录,还可以 QQ登录
1839
2255
1万
管理员
这个工具是在linux下最常用的下载的工具,支持多种条件的下载。
wget http://example.com/file.iso
wget ‐‐output-document=myname.iso http://example.com/file.iso
wget ‐‐directory-prefix=folder/subfolder http://example.com/file.iso
wget ‐‐continue http://example.com/big.file.iso
wget ‐‐continue ‐‐timestamping http://wordpress.org/latest.zip
wget ‐‐input list-of-file-urls.txt
wget http://example.com/images/{1..20}.jpg
wget ‐‐page-requisites ‐‐span-hosts ‐‐convert-links ‐‐adjust-extension http://example.com/dir/file
wget ‐‐execute robots=off ‐‐recursive ‐‐no-parent ‐‐continue ‐‐no-clobber http://example.com/
wget ‐‐level=1 ‐‐recursive ‐‐no-parent ‐‐accept mp3,MP3 http://example.com/mp3/
wget ‐‐directory-prefix=files/pictures ‐‐no-directories ‐‐recursive ‐‐no-clobber ‐‐accept jpg,gif,png,jpeghttp://example.com/images/
wget ‐‐mirror ‐‐domains=abc.com,files.abc.com,docs.abc.com ‐‐accept=pdf http://abc.com/
wget ‐‐recursive ‐‐no-clobber ‐‐no-parent ‐‐exclude-directories /forums,/support http://example.com
wget ‐‐refer=http://google.com ‐‐user-agent=”Mozilla/5.0 Firefox/4.0.1″ http://baidu.com
wget ‐‐http-user=labnol ‐‐http-password=hello123 http://example.com/secret/file.zip
wget ‐‐cookies=on ‐‐save-cookies cookies.txt ‐‐keep-session-cookies ‐‐post-data 'user=labnol&password=123'http://example.com/login.php
wget ‐‐cookies=on ‐‐load-cookies cookies.txt ‐‐keep-session-cookies http://example.com/paywall
这个工具作为一个多线程的下载工具,对于大文件下载来说是非常好用的。
axel.exe -n 30 http://www.test.com/bigfile.zip
axel.exe -a http://www.test.com/bigfile.zip
默认满屏幕都是结果,使用-a参数后输出类似于wget
axel.png
这个作为一个强大的命令行版的浏览网页的工具,在下载文件这个功能上没有以上两个工具专业,他的强大之处需要去使用了才知道。
curl http://www.test.com/test.txt
curl -o test.html http://www.test.com/test.txt
curl -O http://www.test.com/test.txt
这几个工具在linux下常用的工具,也有Windows版的,可以安装预感cygwin,然后从里面提取出来在Windows下使用。
使用道具 举报
本版积分规则 发表回复 回帖后跳转到最后一页
|小黑屋|手机版|中国白客联盟-BUC ( 赣ICP备15007148号-6 )
GMT+8, 2024-11-23 22:06
Powered by Discuz!
© 2012-2015 Baiker Union of China.