| I'm a huge fan of croc[0]. Very similar to Magic Wormhole, but a bit more flexible and written in go. Straight from the README: > croc is a tool that allows any two computers to simply and securely transfer files and folders. AFAIK, croc is the only CLI file-transfer tool that does all of the following: - allows any two computers to transfer data (using a relay) - provides end-to-end encryption (using PAKE) - enables easy cross-platform transfers (Windows, Linux, Mac) - allows multiple file transfers - allows resuming transfers that are interrupted - local server or port-forwarding not needed - ipv6-first with ipv4 fallback - can use proxy, like tor refs: [0]https://github.com/schollz/croc |
[1] https://news.ycombinator.com/item?id=27054885
[2] https://twitter.com/Sc00bzT/status/1396199915638992896
Magic Wormhole has a good implementation in Go, which is compatible with the original Python implementation (croc is not compatible with magic wormhole). It has windows binary and binaries for most of the popular OS.
https://github.com/psanford/wormhole-william
Binaries: https://github.com/psanford/wormhole-william/releases
There's GUI: https://github.com/Jacalz/wormhole-gui
Android app too: https://github.com/psanford/wormhole-william-mobile
Support for resuming transfers is planned I think.