croc
croc copied to clipboard
Easily and securely send things from one computer to another :crocodile: :package:
I was browsing some of the code when I came across this. It seems like a conneciton coming into a full room should not result in the room being deleted...
I'm using multiple relays depending on who I'm sending to or receiving files from. For example if I send a file to myself I might use my own relay, if...
**Is your feature request related to a problem? Please describe.** Magic wormhole has documentation for all of the communication protocols involved. It's not great, but still a lot better than...
I was wondering if croc has an API and it seems it doesn't. This may explain why there is no third-party clients out there. I'd like to use an API...
Was just testing out the recent IPv6 changes, good job! I noticed `Relay6` option in `send.json` / `receive.json` is missing, I think it should be added just like here? https://github.com/schollz/croc/blob/23f97c61ac91a86a4734757693ac3bc247c59231/src/cli/cli.go#L200-L202...
**Is your feature request related to a problem? Please describe.** I transferred a folder with 7509 tiny files in it. I had no clue how far done it was until...
The [IPv6 patch](https://github.com/schollz/croc/pull/227) should fix pure-IPv6 use without breaking pure-IPv4. However, it's not quite the full story, as there are some additional improvements needed to deal better with dual-stack hosts....
Some networks only allow outbound connections via an HTTP proxy server. Can croc find a way through these?
It would be really nice if non-English speakers could use `croc` just as comfortably as I do. I would happily do the Russian l10n after the i18n is complete.
reduce the amount of udp multicast packets sent to like idk `0.5`? `croc version v8.0.12-7fd8fda` btw does the discovery module works for macos? I have a feeling that not really...