使用transmission下载BT

安装

  • OS X

>>> brew install transmission
  • Ubuntu1

>>> sudo add-apt-repository ppa:transmissionbt/ppa
>>> sudo apt update
>>> sudo apt install transmission-daemon

使用

# 启动
>>> transmission-daemon
# 添加下载任务
>>> transmission-remote -a 'magnet:?xt=urn:btih:xxxxxxxxxxxxxxx'
# 列出下载任务
>>> transmission-remote -l
ID     Done       Have  ETA           Up    Down  Ratio  Status       Name
   4    n/a       None  Unknown      0.0     0.0   None  Idle         xxxx.2019.BD1080P.国语中字
Sum:              None               0.0     0.0
# 启动守护进程服务
>>> sudo service transmission-daemon start
# 停止守护进程服务
>>> sudo service transmission-daemon stop

浏览器打开http://localhost:9091/transmission/web/
切记地址最后面的斜杠要带上2,否则会报错:

409: Conflict
Your request had an invalid session-id header.

To fix this, follow these steps:

When reading a response, get its X-Transmission-Session-Id header and remember it
Add the updated header to your outgoing requests
When you get this 409 error message, resend your request with the updated header
This requirement has been added to help prevent CSRF attacks.

X-Transmission-Session-Id: JnRPpYcnhxayGyaiePU5IWdmezMtzY7z0yxuqcKh5t6PojLs

在国内与迅雷相比,还是有些差距,同样的资源,transmission一直没有速度,而迅雷。。。
使用transmission下载BT_第1张图片


  1. https://www.timelate.com/archives/install-transmission-on-ubuntu.html ↩︎

  2. https://www.zashuo.me/?p=176 ↩︎

你可能感兴趣的:(工具)