1.安装 aria
很简单
1.安装 aria
启动 aria 服务 :
aria2c --enable-rpc --rpc-listen-all
运行
2.安装客户端
1.推荐两html个客户端:
yaaw 官网https://github.com/binux/yaaw
webui-aria2 官网https://github.com/ziahamza/webui-aria2
2.以webui-aria2为例,下载完压缩包解压到系统任意位置(可以是 Orange Pi 下 也可以是在你其他局域网的电脑下)
3.搭建任意 http 服务器,你可以将解压目录移动到Apache 环境下,当然你也可以像我一样直接用 python 做服务器,比如:
在webui-aria2解压目录下创建个run.bat文件,输入以下内容
python2使用:
python -m SimpleHTTPServer 8080
python3使用
python -m http.server 8080
双击run.bat就可以运行了
示例如果你不希望显示cmd控制台的话你可以再建一个run.vbs
内容:createobject("wscript.shell").run "run.bat" ,0
3.浏览器访问鱼简单配置:
浏览器访问你启动的 http 服务器 启动的地址,比如:http://127.0.0.1:8080
点击顶部的设置中的连接设置,输入aria2c 服务器地址 与端口:
设置
完成后就可以点击顶部添加自己的任务了
其他相关参考:
https://github.com/yangshun1029/aria2gui
http://www.jianshu.com/p/e5e56a1d25a3
https://github.com/mayswind/AriaNg
https://github.com/acgotaku/BaiduExporter
http://blog.csdn.net/shinoey/article/details/53669446
网友评论