コマンドラインで送信して独自のトレントを作成しようとしています。
基本的なチュートリアルに従いましたが、何かを見逃していました: https://forum.transmissionbt.com/viewtopic.php?f=8&p=55854
transmission-create --comment "my comment" --tracker "udp://tracker.openb ittorrent.com:80/announce" --outfile test.torrent MyFile.txt
Creating torrent "test.torrent" ..... done!
と
transmission-show test.torrent
Name: MyFile.txt
File: test.torrent
GENERAL
Name: MyFile.txt
Hash: 67bd20d96046a0a80753fc6f0c93006077f99d7d
Created by: Transmission/2.52 (13304)
Created on: Sun Aug 3 12:31:29 2014
Comment: my comment
Piece Count: 1574
Piece Size: 32.00 KiB
Total Size: 51.57 MB
Privacy: Public torrent
TRACKERS
Tier #1
udp://tracker.openbittorrent.com:80/announce
FILES
MyFile.txt
さて、私がトレントを自分のコンピューターにアップロードするときは、utorrent を使用します。彼は :
ペアへの接続 0%
基本的に私はこれを持っています:
だから私は何か間違ったことをしている、または何かを忘れていると確信していますが、何が見つかりません...