WebSeeding 传输客户端

WebSeeding 传输客户端

我想制作一个启用网络种子的 torrent 文件。在 Transmission bitorrent 客户端中可以在哪里找到此设置。

答案1

尝试buildtorrent创建一个文件。构建torrent提供 Webseed 功能。

安装构建种子

 sudo apt-get install buildtorrent

用法:

  buildtorrent [OPTIONS] -a http://tracker.yoursite.com input output
  buildtorrent [OPTIONS] -a http://tracker.yoursite.com -f filelist -n name output

启用 Webseed 选项

--webseeds        -w  <webseeds>   : webseed url list (format: a,b,c)

答案2

Transmission-create 是一个用于创建 .torrent 文件的命令行实用程序。

该命令的语法如下

transmission-create -p <use it only if private tracker> -o <filename.torrent> -c <comment> -t <Tracker> <source file or directory of files you want share>

相关内容