transmission 终端terminal控制教程

下载

sudo add-apt-repository ppa:transmissionbt/ppa Update repositories
sudo apt-get update Install transmission
sudo apt-get install transmission-cli transmission-common transmission-daemon

终端操作

翻译不是很准,但是凑活用绝对足够了

transmission-remote -n 'transmission:transmission' -t 3 -s
# -n 以账户为transmission密码为transmission'运行
# -t 指定对象 3 = 列表中id为3的对象
# -s 开始运行任务
-h   --help                                      显示帮助
                                                  exit
 -a   --add                                       从种子名称或者种子文件中添加到任务列表
                                                  
 -as  --alt-speed                                 计划模式启用上传限制
 -AS  --no-alt-speed                              计划模式取消启动上传限制
 -asd --alt-speed-downlimit    <speed>            计划模式最大下载速度(in kB/s)
 -asu --alt-speed-uplimit      <speed>            计划模式最大上传速度 (in kB/s)
 -asc --alt-speed-scheduler                       计划模式启用任务计划
 -ASC --no-alt-speed-scheduler                    计划模式取消启用任务计划
      --alt-speed-time-begin   <time>             计划模式开始做种时间
      --alt-speed-time-end     <time>             计划模式结束做种时间
      --alt-speed-days         <days>             计划模式做种天数 如 1-7
      --blocklist-update                          阻止列表更新
 -c   --incomplete-dir         <dir>              指定文件储存位置
 -C   --no-incomplete-dir                         取消指定文件储存位置
 -b   --debug                                     显示debug信息
 -d   --downlimit              <speed>            设置最大下载速度
 -D   --no-downlimit                              取消最大下载速度
 -e   --cache                  <size>             设置缓存最大容量 (mb)
      --exit                                      关闭程序
 -f   --files                                     列出当前种子文件
 -g   --get                    <files>            将文件标记为下载
 -G   --no-get                 <files>            移除标记
 -i   --info                                      显示种子档案信息
 -if  --info-files                                列表显示当前种子文件信息
 -ip  --info-peers                                列表显示当前种源信息
 -ic  --info-pieces                               列出当前种子文件
 -it  --info-trackers                             列出当前trackers信息
 -si  --session-info                              显示当前会话信息
 -st  --session-stats                             显示当前会话状态
 -l   --list                                      列出所有的种子
 -L   --labels                 <label[,label...]> 为种子设置标签
      --move                   <path>             移动种子下载从一个文件到新文件夹
      --find                   <path>             显示种子下载储存路径
 -m   --portmap                                   通过 NAT-PMP or UPnP 启用端口映射
 -M   --no-portmap                                关闭端口映射
 -n   --auth                   <user:pw>          设置用户账户密码
 -ne  --authenv                                   设置验证信息
 -N   --netrc                  <file>             Set authentication info from a
                                                  .netrc file
      --ssl                                       使用ssl建立会话
 -o   --dht                                       启用分布式哈希表(DHT)
 -O   --no-dht                                    关闭分布式哈希表 (DHT)
 -p   --port                   <port>             传入对等端口(预设: 51413)
 -pt  --port-test                                 端口测试
 -P   --random-port                               随机端口传输
 -ph  --priority-high          <files>            尝试以优先度高下载
 -pn  --priority-normal        <files>            尝试以优先度普通下载
 -pl  --priority-low           <files>            尝试以优先度低下载
 -Bh  --bandwidth-high                            给上传高优先度
 -Bn  --bandwidth-normal                          给上传普通优先度
 -Bl  --bandwidth-low                             给上传低优先度
      --reannounce                                显示种子
 -r   --remove                                    移除种子
 -pr  --peers                  <max>              设置最大可以种源
 -rad --remove-and-delete                         移除种子文件以及本地数据
      --torrent-done-script    <file>             当文件完成后运行以下脚本
      --no-torrent-done-script                    移除脚本
 -sr  --seedratio              ratio              让当前种子下载到特定比率
 -srd --seedratio-default                         所有种子覆盖
 -SR  --no-seedratio                              取消
 -gsr --global-seedratio       ratio              取消覆盖
 -GSR --no-global-seedratio                       除非单独设置否则不全面覆盖
 -td  --tracker-add            <tracker>          添加一个tracker在torrent里
 -tr  --tracker-remove         <trackerId>        移除一个tracker在torrent里
 -s   --start                                     开始运行
 -S   --stop                                      停止运行
 -t   --torrent                <torrent>          设置当前种子
      --start-paused                              以暂停的种子
      --no-start-paused                           未暂停的种子
      --trash-torrent                             删除种子在添加任务之后
      --no-trash-torrent                          取消删除种子在添加任务之后
 -hl  --honor-session                             制作种子
 -HL  --no-honor-session                          制作种子但是不遵守计划模式
 -u   --uplimit                <speed>            设置最大上传速度
 -U   --no-uplimit                                取消最大上传速度
      --utp                                       启用utp
      --no-utp                                    取消utp
 -v   --verify                                    验证当前种子
 -V   --version                                   显示版本并退出
 -w   --download-dir           <path>             设置下载路径与-add连用
 -x   --pex                                       启用pex对等交互
 -X   --no-pex                                    取消pex对等交互
 -y   --lpd                                       启用本地对等交互LPD
 -Y   --no-lpd                                    取消本地对等交互LPD
 -pi  --peer-info                                 以列表显示当前种子信息

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值