web-dev-qa-db-ja.com

コマンドラインを使用して.torrentを作成する方法は?

私はmktorrentを使用していますが、何らかの奇妙な理由でディレクトリ内のファイルをハッシュしないため、問題があります...

コマンドライン専用の代替品を探しています

34
allenskd

ctorrent についてはどうですか?

Sudo apt-get install ctorrent
ctorrent -t -u "http://tracker.example.com:6969/announce" -s example.torrent file_or_dir_to_upload 

非常に優れたクライアントでもあります

33
Johnsyweb

伝送はそれを行うことができます:

$ ./transmission-create --help
Usage: transmission-create [options] <file|directory>

Options:

 -h --help              Display this help page and exit
 -p --private           Allow this torrent to only be used with the specified tracker(s)
 -o --outfile <file>    Save the generated .torrent to this filename
 -c --comment <comment> Add a comment
 -t --tracker <url>     Add a tracker's announce URL
 -V --version           Show version number and exit

例は次のとおりです。

transmission-create -o /var/lib/transmission-daemon/downloads/files.torrent -c "My comments" -t udp://tracker.openbittorrent.com:80 ~/torrent/complete/my_file_or_directory_to_share.extension

より多くのドキュメントを見つけることができます こちら

23
user13029

Buildtorrent

Sudo apt-get install buildtorrent

シナプスから:

説明:コマンドライントレント作成プログラム

buildtorrentは、トレントファイル作成プログラムです。アナウンスURLと入力ファイルまたはディレクトリを指定すると、buildtorrentは、torrentクライアントが使用できる出力.torrentファイルを生成します。

1
sagarchalise

py3createtorrent

説明:

コマンドラインからトレントを作成してください!

py3createtorrentは、トレント(LinuxおよびWindows)を作成するための包括的なシェル/コマンドラインユーティリティです。 GPLライセンスのPython v3.1スクリプトです。

0
robert