[tool]centos下的远程下载工具:cloud-torrent

2020/04 05 00:04

下载页面:
https://github.com/jpillora/cloud-torrent/releases

1、在shell中:
wget https://github.com/jpillora/cloud-torrent/releases/download/0.8.25/cloud-torrent_linux_amd64.gz
gunzip cloud-torrent_linux_amd64.gz
chmod +x cloud-torrent_linux_amd64

2、建立新文件start.sh,内容为:
nohup ./cloud-torrent_linux_amd64 -p 881 -a “admin:admin” >> log.log 2>&1 &
其中:881为端口号,可任意定制;-a “admin:admin” 为指定用户和密码
再./start.sh

3、访问 http://xxx:881,输入用户名和密码
贴入磁力链接,或者把BT种子拖上去,即可下载