如果设置完后,界面没有任何红色的出错提示,表示aria2c RPC Server模式运行正常。 7、给出一个aria2c配置文件的示例供参考。 aria2c.conf配置文件: #用户名 #rpc-user=user #密码 #rpc-passwd=passwd #设置加密的密钥 #rpc-secret=secret #允许rpc enable-rpc=true #允许所有来源, web界面跨域权限需要 rpc-...
rpc-secret=12345678 # 设置的RPC访问用户名, 此选项新版已废弃, 建议改用 --rpc-secret 选项 #rpc-user=<USER> # 设置的RPC访问密码, 此选项新版已废弃, 建议改用 --rpc-secret 选项 #rpc-passwd=<PASSWD> # 是否启用 RPC 服务的 SSL/TLS 加密, # 启用加密后 RPC 服务需要使用 https 或者 wss 协议...
aria2c的后端rpc配置文件 aria2c-rpc UpdatedAug 31, 2020 Batchfile Add a description, image, and links to thearia2c-rpctopic page so that developers can more easily learn about it. Curate this topic To associate your repository with thearia2c-rpctopic, visit your repo's landing page and...
1)资源占用少:Aria2非常轻量化,占用CPU和内存一小部分。正常FTP/HTTP下载,占用内存约为4MB,...
1,aria2 提供两种方式使用,我们这里用RPC模式,把配置文件放在 ~/.aria2 下,依次输入命令: cd ~ mkdir .aria2 cd .aria2 touch aria2.conf 2,接着打开 Finder,利用 Shift+Cmd+G 进入路径:~/.aria2/ 3,用文本编辑器打开 aria2.conf,将 雪月秋水君 提供的以下配置直接拷贝进去: ...
至此,aria2c rpc就启动成功了。 安装Aria2Ng 为了更方便使用aria2c rpc,需要一个界面,这里我们选用了Aria2Ng。 yay -S aria-ng-deploy 当时安装后我就那么这东西怎么用,去看看yay缓存目录 ➜cat~/.cache/yay/aria-ng-deploy/aria-ng-deploy.install# colorall_off="$(tput sgr0)"bold="${all_off}...
rpc-allow-origin-all:允许所有来源的 RPC 请求。 rpc-user 和rpc-passwd:设置 RPC 服务的用户名和密码。 rpc-secret:设置 RPC 通信的密钥。 check-certificate:设置是否验证 SSL/TLS 证书。 3. aria2c 配置文件的示例 以下是一个 aria2c 配置文件的示例,展示了如何设置上述选项: ini # aria2.conf 配置文...
win10 aria2c rpc服务器的配置以及web gui的使用 aria2c的rpc模式和作为命令行工具使用有一定的冲突性。所以我们配置文件中不能启用rpc,而是把rpc服务器作为开机启动在后台运行,这样我们使用rpc功能和作为命令行工具使用就不冲突了 win10下设置开机启动的方式,只要你把想要开机启动的文件放到startup...
<array> <string>/usr/local/Cellar/aria2/1.35.0/bin/aria2c</string> <string>--rpc-listen-all=true</string> <string>--rpc-allow-origin-all</string> <string>--conf-path=/Users/username/Applications/Aria2/aria2.conf</string> </array> <key>RunAtLoad</key> <true/> </dict> </plist...
aria2c --enable-rpc --rpc-listen-all -D 在后台启动的方法,如题, 用来配合 web-aria2