logoalt Hacker News

Croc: Securely transfer files and folders between two computers

28 pointsby gregsadetskytoday at 3:44 PM14 commentsview on HN

Comments

smusamashahtoday at 8:54 PM

I keep a list of mostly browser based and some cli, p2p file sending tools in like croc. https://gist.github.com/SMUsamaShah/fd6e275e44009b72f64d0570...

sirabentoday at 8:35 PM

I use croc instead of magic wormhole as of a year ago now. In my testing the throughput is higher than magic wormhole because it uses multiple TCP connections to transfer the files.

turadgtoday at 6:31 PM

Sounds like Magic Wormhole (https://magic-wormhole.io/). The readme acknowledges Warner at the end.

Key differences seem to be resumable transfers and proxy support.

Another is a single binary, whereas MW is in Python, but there’s now https://github.com/magic-wormhole/magic-wormhole.rs

I appreciate that the project acknowledges its inspiration. I wish it were more common for projects to provide detailed comparisons with similar ones for people trying to choose.

show 1 reply
themgttoday at 8:26 PM

Hard-coded to use his relay server and then asking for donations for bandwidth?

https://github.com/schollz/croc/issues/931

whimsicalismtoday at 9:04 PM

What does this give me that unison doesn't?

show 1 reply
atmosxtoday at 8:45 PM

Croc has broke down for me quite a few times when transferring large files. I switched back to MW.

technol0gictoday at 7:55 PM

one thing that gets me is this should be one of the most basic tasks between two machines and it has been increasingly, systematically abstracted from us, to control what channels it goes through, if it even goes through at all. so kudos to this app but this should be easy at an OS level and it isn't, by design. likely for the same reason airdrop is not a thing in china

show 4 replies