个人工具

Aria2

来自Ubuntu中文

114.249.204.205讨论2013年8月11日 (日) 06:53的版本 用法

跳转至: 导航, 搜索

Aria2是一个命令行下运行、多协议、多来源下载工具(HTTP/HTTPS、FTP、BitTorrent、Metalink),内建 XML-RPC 用户界面。 安装方法参考

特点

多链接下载。

轻量,平均4-9MB内存使用量,BitTorrent下载速度2.8MiB/s时CPU占用约6%。

全面的BitTorrent特性支持,包括 DHT, PEX, Encryption, Magnet URI, Web-Seeding,选择下载,本地资源探测。 Mtalink支持。包括File verification, HTTP/FTP/BitTorrent integration and Configuration for language, location, OS, 之类。


用法

直接

$ aria2c http://example.org/mylinux.iso

从两个来源(更多也可以)

$ aria2c http://a/f.iso ftp://b/f.iso

BitTorrent

$ aria2c http://example.org/mylinux.torrent

BitTorrent Magnet URI

$ aria2c 'magnet:?xt=urn:btih:248D0A1CD08284299DE78D5C1ED359BB46717D8C'

Metalink

$ aria2c http://example.org/mylinux.metalink

文本文件uri.text中的链接(URI)

$ aria2c -i uri.txt

显示种子中包含了哪些文件

$ aria2c -S bit.torrent

选择仅下载种子中编号为1,4,7的文件 $ aria2c --select-file 1,4,7 bit.terrent

更多使用方法见[1]