Live data from Hacker News

Croc: Securely transfer files and folders between two computers

github.com

11–20 of 29 posts

Re: Croc: Securely transfer files and folders between two computers

#12
post #2

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…

I’ve found croc to be more reliable than MW in across different network architectures — croc has worked in places where MW has not. I’m not sure why.

Hm. I had the exact opposite experience. Weird.

Re: Croc: Securely transfer files and folders between two computers

#13

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

If you have IPv6, it’s easy. In IPv4 land… Good luck.

Re: Croc: Securely transfer files and folders between two computers

#18

this has been fine working since the 80s pc1> tar c | nc -l 12345 pc2> nc 12345 | tar xv -C

No auth? I like to live dangerously too lol.

Jokes aside, the probability of it being exploited is low though.

Also, this assumes pc1 has a publicly, where as with Croc and MW, you can transfer files between two PCs on both behind different NATs.

Re: Croc: Securely transfer files and folders between two computers

#20

What does this give me that unison doesn't?

Unison is dead, this project is alive.

I mean i still see commits and afaict it just works for me. How much active development does a service like this need?

As someone else mentioned a while ago, I think unison suffers from 'lisp curse'.. it just works. [0]

[0]: https://news.ycombinator.com/item?id=20629571

Post reply on HN