idlesign / torrentool

The tool to work with torrent files.

Home Page:https://github.com/idlesign/torrentool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Permitions help.

romanoh opened this issue · comments

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)?

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.

Considered closed.
Feel free to reopen if required.