←back to thread

276 points leonry | 8 comments | | HN request time: 0.333s | source | bottom
1. gpm ◴[] No.41889545[source]
Slightly off topic: I'm a fan of solutions like https://webwormhole.io/ - which lets you send the file directly from one computer to the other via webrtc instead of uploading to a middleman server... at the expense of not being able to generate a link that you can send to someone else and forget about.
replies(4): >>41889723 #>>41890221 #>>41895515 #>>41897208 #
2. ◴[] No.41889723[source]
3. blacksmith_tb ◴[] No.41890221[source]
I am partial to croc[1] which will send directly on your local network, or encrypted through a relay across the 'net.

1: https://github.com/schollz/croc

replies(2): >>41890573 #>>41895471 #
4. KomoD ◴[] No.41890573[source]
For local transfers (mainly between my phone, pc and laptop) I've been using LocalSend, works great.
5. justusthane ◴[] No.41895471[source]
Of all the P2P file transfer tools I’ve tried (Magic Wormhole, file.pizza, localsend, etc) I’ve had the best luck with croc working under various network configurations.
6. psnehanshu ◴[] No.41895515[source]
I use ToffeeShare. It also uses WebRTC for p2p transfer. But it fallbacks to a central server if p2p can't be established (just like a TURN server)
7. EasyMark ◴[] No.41897208[source]
Wouldn’t it need to at least go through the middle man as a relay for webrtc to work? Most people are behind so many layers I don’t see how webrtc could work any other way for the average user.
replies(1): >>41898804 #
8. gpm ◴[] No.41898804[source]
WebRtc usually manages to punch a hole in my experience (which, to be fair, isn't with particularly hostile network architecture), but I believe it does go through a middle man relay if that fails.