Croc File Transfer
Easily and securely send files from any computer to another
Installation
Install croc with a single command:
curl https://getcroc.schollz.com | bash
Usage
Send a file or folder
croc --pass #PASSWORD --relay "croc.shvakin.dev:42009" send --no-local #file_or_folder
Send a folder (compressed as ZIP)
croc --pass #PASSWORD --relay "croc.shvakin.dev:42009" send --no-local --zip #folder
Note: Replace #PASSWORD with your chosen password and #file_or_folder with the path to your file or folder.
Parameters Explained
- --pass - Set a password for secure transfer
- --relay - Custom relay server address (croc.shvakin.dev:42009)
- --no-local - Disable local relay discovery
- --zip - Compress folder before sending
- send - Command to send file/folder