idlesign / torrentool

The tool to work with torrent files.
https://github.com/idlesign/torrentool
BSD 3-Clause "New" or "Revised" License
148 stars 30 forks source link

Permitions help. #14

Closed romanoh closed 3 years ago

romanoh commented 3 years ago

I am learning python, and need a little help.

when i make a torrent in C:, it shows an "PermissionError: [Errno 13] Permission denied:" what can it be?

Also can it create private torrents (disabled DHT)?

idlesign commented 3 years ago

Try to create torrent not in the root directory but somewhere else, where permissions are not so strict. DHT is related to torrent client, not torrent file, but private flag for file is supported.

idlesign commented 3 years ago

Considered closed. Feel free to reopen if required.