Send and receive files easily and securely over any network.
# To send a file or directory:
croc send <path/to/file_or_directory>
# To send a file or directory with a specific passphrase:
croc send --code <passphrase> <path/to/file_or_directory>
# To receive a file or directory on receiving machine:
croc <passphrase>
# To send and connect over a custom relay:
croc --relay <ip_to_relay> send <path/to/file_or_directory>
# To receive and connect over a custom relay:
croc --relay <ip_to_relay> <passphrase>
# To host a croc relay on the default ports:
croc relay
# To display parameters and options for a croc command:
croc <send|relay> --help