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 upA few questions regarding using webtorrent for 1-to-1 private file sharing #263
Comments
This comment has been minimized.
This comment has been minimized.
Trying to close issues, if you feel this can be closed, please let us know. |
This comment has been minimized.
This comment has been minimized.
|
@DiegoRBaquero Thanks! |
This comment has been minimized.
This comment has been minimized.
|
@szimek I'll add the following to @DiegoRBaquero's answers: -1. We should add some progress events since for 1GB+ files, there's no feedback while the hashes are calculated. -3. The safest thing to do is to encrypt the file on the client-side and include the decryption key in the link. Otherwise, there's not much you can do to prevent the tracker server from telling someone the infohash so it can be downloaded. -4. Connection interruptions, like from laptop sleep, are automatically handled! Let me know if you have other questions. I'm happy to help. |
This comment has been minimized.
This comment has been minimized.
|
This thread has been automatically locked because it has not had recent activity. To discuss futher, please open a new issue. |
I'm thinking about using webtorrent in https://www.sharedrop.io instead of my current crappy and slow (but working) code for handling file transfers.