abique / hefur

Standalone C++ BitTorrent tracker
MIT License
190 stars 30 forks source link

Add torrent to tracker using hefurctl does not create .torrent file in /var/lib/hefurd/ #12

Closed glenntanner3 closed 4 years ago

glenntanner3 commented 8 years ago

When adding a torrent hefurctl should internally copy the torrent from to the folder.

glenntanner3 commented 8 years ago

Likewise remove does not delete or give a switch to delete the .torrent file

glenntanner3 commented 8 years ago

Although all the torrent files are globally readable, I encountered 3 issues because they were not did not have the same ownership as hefur. I think having hefur create it's own copy of the torrent file is going to be really important for the long term scope of your software.

abique commented 8 years ago

Hey, this is a good idea.