Closed nielsAD closed 3 years ago
I've checked quickly the code I did not see something preventing symbolic links. I'll run some tests later.
This commit adds some test data for your issue: https://github.com/abique/hefur/commit/bc8d11af3e94693873fbaf23a3ca29e8af6876c1 But then everything works fine. Please can you double check your issue? Many thanks :)
You're right, this was a permission issue on my end. Thanks!
While recursively iterating the torrent directory, symbolic links to directories are skipped.
I guess we would have to handle
S_ISLNK
in mimosa/fs/find.cc.