anacrolix / confluence

Torrent client as a HTTP service
Mozilla Public License 2.0
237 stars 32 forks source link

When will the confluence client support webtorrent? #20

Closed meotimdihia closed 4 years ago

meotimdihia commented 4 years ago

Currently, I want to test it, seed thousands of exist files and torrents. I saw lib torrent supported it: https://github.com/anacrolix/torrent/issues/138. The problem is ./cmd/torrent don't detect exist file and will download it, I read https://github.com/anacrolix/torrent/issues/374, but it can't do in command line?

anacrolix commented 4 years ago

Confluence does support webtorrent, if it pulls an appropriate version of anacrolix/torrent. I could pull a recent version into master now. You must package your files into torrents before you can distribute them through a BitTorrent client.

anacrolix commented 4 years ago

From your module that uses anacrolix/confluence, or a clone of anacrolix/confluence itself, call go get github.com/anacrolix/torrent@master.

meotimdihia commented 4 years ago

I will try and report again.