本来想使用IDM的,可惜这个家伙没有Linux版本,就只能选择其它方案了,aira2是一个很全面的Linux下载工具,不需要图形化,直接用命令就能快速简单的操作;据说功能很强大,通过参数可以自定义实现下载很多不同文件类型;
Aria2安装命令
sudo apt-get install aria2
下载http
aria2c http://www.5yun.org/***.mkv
下载远程种子
aria http://www.5yun.org/***.torrent
批量下载txt文本内文件地址
aira2c - i download.txt
限制BT文件上传速度为100kb
aria2c --max-download-limit=100k http://www.5yun.org/***.iso
十个线程下载http文件
aria2c -x2 http://www.5yun.org/***.iso
多个镜像链接同时下载
aria2c -s2 http://AAA/image.iso http://BBB/image.iso http://CCC/image.iso
前两个链接会被同时下载,第三个则会作为备用下载链接;如果不添加-s2则会所有链接同时下载;
下载种子文件
aria2c http://site/file.torrent
使用本地种子下载BT文件
aria2c --follow-torrent=mem http://site/file.torrent
限制bt文件上传速度为40K
aria2c -u40K /path/to/file.torrent
同时进行多个 bt 的下载:
aria2c /path/to/file1.torrent /path/to/file2.torrent
下载磁力链接
aria2c "magnet:?xt=urn:btih:248D0A1CD08284299DE78D5C1ED359BB46717D8C&dn=aria2"
如果每个种子的下载速度都低于 200K 的话, aria2 会临时增加连接数来试着提高下载速度。
aria2c --bt-request-peer-speed-limit=200K file.torrent
有些时候打开DHT功能,可能会提高下载速度
aria2c --enable-dht http://site/file.torrent
打印BT种子文件内容
aria2c -S file.torrent
选择性下载BT种子内文件
aria2c --select-file=1-4,8 -Tfile.torrent
本文地址:https://www.5yun.org/9102.html
关注我们:请关注一下我们的微信公众号:扫描二维码
,公众号:chubin5yun
版权声明:本文为原创文章,版权归 楚盟 所有,欢迎分享本文,转载请保留出处!
关注我们:请关注一下我们的微信公众号:扫描二维码

版权声明:本文为原创文章,版权归 楚盟 所有,欢迎分享本文,转载请保留出处!
发表于2016-06-24 at 11:42 沙发
进来看看