I've got a large file that I'd like to publish to my local web server. The only problem is that the upload speed on the server is capped at 40 kB/s. That won't be enough. I've decided to use BitTorrent.
I believe I've successfully set up the tracker (BNBT) and torrent (using maketorrent.py from the BT package). I put the torrent online, and began downloading it on the server (btdownloadheadless.py), to set up the source seed. It displays this, and refreshes it every few seconds.
Quote:
saving: file.avi
percent done: 100.0
time left: seeding
download to: /storage/video/file.avi
download rate: 0.0 KB/s
upload rate: 0.0 KB/s
share rating: oo (0.0 MB up / 0.0 MB down)
seed status: 0 distributed copies (next: 1:0.0%)
peer status: 0 seen now
|
When I try to dowload it from a client on the same network, it can't connect to the server. The router is set up as a DMZ host on my router, so the port should be open. I'm not sure what's going on.