this post was submitted on 21 Nov 2024
58 points (100.0% liked)
Open Source
31402 readers
66 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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!
Yes, there are relays to connect the clients together and then the transfer is direct.
Several years ago when I was doing consulting I had lots of clients that blocked all the normal file sharing domains to prevent people from getting files into servers but magic wormhole always worked for me. I'd stash a wormhole-william (magic wormhole compatible Go application) executable in our installer deliverable and then I could update the software without IT's help in the future (I often had RDP access). The headaches saved by cutting red tape were worth the risk for me.
pairdrop.net
Torrents?
Something like this that encrypted and uploaded to IPFS would be neat.