Croc
Croc is a tool that allows any two computers to simply and securely transfer files and folders. Some of the features croc has:
- 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
We host our own croc relay, in case our members don't want to use the one provided by the developer. Either way, the server doesn't see the file contents as it's just a relay. Example usage:
croc --relay altesq.net send image.png # To send the file
croc --relay altesq.net image.png # To receive the file
croc's repository