# 文件的保存路径(可使用绝对路径或相对路径), 默认: 当前启动位置 dir=~/downloads # 启用磁盘缓存, 0为禁用缓存, 需1.16以上版本, 默认:16M #disk-cache=32M # 文件预分配方式, 能有效降低磁盘碎片, 默认:prealloc # 预分配所需时间: none < falloc ? trunc < prealloc # falloc和trunc则需要文件系统...
min-split-size=4M # 单个任务最大线程数, 添加时可指定, 默认:5 split=16 # 整体下载速度限制, 运行时可修改, 默认:0 #max-overall-download-limit=0 # 单个任务下载速度限制, 默认:0 #max-download-limit=0 # 整体上传速度限制, 运行时可修改, 默认:0 max-overall-upload-limit=1M # 单个任务上传速...
一,开始安装aria2c: 1,如果没有安装brew,用如下命令安装brew: ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 2,使用brew安装aria2: brew install aria2 二,进行aria2c配置: 1,aria2 提供两种方式使用,我们这里用RPC模式,把配置文件放在 ~/.aria2 下,依次...
input-file=/etc/aria2c/aria2.session save-session=/etc/aria2c/aria2.session# 最大同时下载数(任务数), 路由建议值: 3max-concurrent-downloads=32# 断点续传continue=true# 同服务器连接数max-connection-per-server=16# 最小文件分片大小, 下载线程数上限取决于能分出多少片, 对于小文件重要min-split...
#单文件最大线程数, 路由建议值: 5 split=10 #下载速度限制 max-overall-download-limit=0 #单文件速度限制 max-download-limit=0 #上传速度限制 max-overall-upload-limit=0 #单文件速度限制 max-upload-limit=0 #断开速度过慢的连接 #lowest-speed-limit=0 ...
使用n 个线程下载文件("x2" 就是 2 个线程): 1 -x2 http://www.url.com/file.zip 从txt 文本文档中获取下载链接下载文件: 1 -i http://www.url.com/url.txt 新建任务链接调用代理下载 为所有的连接设置代理服务器(Set proxy server to use all protocols(HTTP(S)/FTP)) ...
使用n 个线程下载文件("x2" 就是 2 个线程): 1 -x2 http://www.url.com/file.zip 从txt 文本文档中获取下载链接下载文件: 1 -i http://www.url.com/url.txt 新建任务链接调用代理下载 为所有的连接设置代理服务器(Set proxy server to use all protocols(HTTP(S)/FTP)) ...
也可以实现封装 app 超线程下载 百度云资源!!!顺便把修改好的128进程 aria2down 发出来,大家伙试试...
Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} bigdajj / heroku_download Public Notifications You must be signed in to change notification settings Fork 3 Star 0 Code ...
很多人在 Windows 可能用过 Internet Download Manager,是很好用的多线程下载工具。Aria2 跟 IDM 类似,不仅可以多线程下载,还可以通过多来源进行下载,简单的说就是从多个镜像服务器同时下载一个文件,Aria2 还支持 BT 协议,弥补了 IDM 只支持 HTTP 和 FTP 的痛点。