Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upFiles duplicated when seeding nested folders #845
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When calling seed() on files in nested folders, I can't find a good way to seed in place. Instead, webtorrent copies all the deeper nested files out to the top level folder.
Example:
This works (sort of), and seeds some of the files in place---the ones directly underneath
/Users/dc/Desktop/test-folder. Files in the nested folders get duplicated.