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 upHow to seed all the files inside a folder using the desk app? is this possible? #1332
Labels
Comments
This comment has been minimized.
This comment has been minimized.
|
Sadly , I find WebTorrent Desktop can only add file one by one. T_T |
This comment has been minimized.
This comment has been minimized.
|
You could use the cli of webtorrent-hybrid to do this easily
(need npm installed) |
This comment has been minimized.
This comment has been minimized.
|
You can do this programmatically, or as @KayleePop says, you can do it using https://github.com/webtorrent/webtorrent-cli. However, you should note that WebTorrent doesn't manage resources efficiently enough at the moment to handle seeding 1000s of files IMO. If you need to seed that many files, you might want to look into web seeds. http://www.bittorrent.org/beps/bep_0019.html |
This comment has been minimized.
This comment has been minimized.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I would like to seed all the files in side a particular folder, there maybe more than 1000 files.
I have tried to seed the folder, but it seed the folder as one.
Can I achieve this using the APP? Or do I have to do this programatically?
Thanks