I'm one of the leaders of revora.net, a creative gaming network that freely hosts lots of game (modding) projects. Lately, bandwidth has been an issue somewhat. To alleviate this we want to give our users the option to share their huge files with BitTorrent.
What we'd like to do is that people can upload their files via the FTP account they already have. They can then go to a custom web"site" where they can enable those files to be shared via BitTorrent.
We'd like our server to be the tracker (unless using another one is easier) and also act as a permanent seeder (so there's always at least one). We need to be able to control both (tracker and seeder-client) from PHP and other scripts.
What's the best way to set this up?
rtorrent is:
Also answered similar question@"Is it possible to use bittorrent for a fileserver"
You also can use OpenBittorrent service to register any torrent.
PS. For seeding: rtorrent + webgui could be the best solution.
second on rtorrent. I loved it when I used it. there's a ton of web interfaces as well.
deluged+webui might be another option, although it's a bit less flexible on the web interfaces.
for the tracker, it looks like opentracker may be the best solution. I havent read much about torrent trackers, but I get the impression the software choices are fairly limited and generally not in repositories.