57
Sharrr - End-to-end encrypted file transfer.
(www.sharrr.com)
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Community icon from opensource.org, but we are not affiliated with them.
Someone should make a service like this except you actually upload the file directly to the other user rather than uploading it to a 3rd party (encrypted or not). Yes I get you would have to wait for the user on the other end to connect to you before the transfer starts but if you're uploading 100+GB of data you're going to be leaving that browser tab open for awhile anyways.
Doesn't magic wormhole do that? I remember there used to be a few websites providing a web interface for it, but I can't seem to find them anymore.
Yup there's at least a few projects that can do in browser file transfer using WebRTC e.g.
https://sendfiles.dev/
https://sharedrop.io/
https://github.com/kern/filepizza
And of course https://github.com/magic-wormhole/magic-wormhole (they used to have a website too but maybe that went away?)
This is exactly what I was talking about, thanks!