Aria2:修订间差异
跳到导航
跳到搜索
无编辑摘要 |
|||
第4行: | 第4行: | ||
==== Install ==== | ==== Install ==== | ||
apt install | apt install aria2 | ||
==== Example ==== | ==== Example ==== | ||
aria2c ???.torrent | |||
aria2c <nowiki>magnet:?xt=</nowiki>??? | |||
==== Option ==== | ==== Option ==== |
2023年2月24日 (五) 20:09的最新版本
Aria2 是一款开源下载工具,有着优秀的性能及较低的资源占用。
支持磁力链接、BT 种子、http 等类型的文件下载。
Install
apt install aria2
Example
aria2c ???.torrent
aria2c magnet:?xt=???
Option
- 下载路径
-d /tmp
- 限速
--max-download-limit=300K
- 多线程
-s10
- 分段
-x10