2020-03-23 11:38:13 +01:00
|
|
|
# croc
|
|
|
|
|
|
|
|
> Send and receive files easily and securely over any network.
|
|
|
|
> More information: <https://github.com/schollz/croc>.
|
|
|
|
|
2021-01-10 14:37:55 -05:00
|
|
|
- Send a file or directory:
|
2020-03-23 11:38:13 +01:00
|
|
|
|
2021-01-10 14:37:55 -05:00
|
|
|
`croc send {{path/to/file_or_directory}}`
|
2020-03-23 11:38:13 +01:00
|
|
|
|
2021-01-10 14:37:55 -05:00
|
|
|
- Send a file or directory with a specific passphrase:
|
2020-03-23 11:38:13 +01:00
|
|
|
|
2021-01-10 14:37:55 -05:00
|
|
|
`croc send --code {{passphrase}} {{path/to/file_or_directory}}`
|
2020-03-23 11:38:13 +01:00
|
|
|
|
2021-01-10 14:37:55 -05:00
|
|
|
- Receive a file or directory on receiving machine:
|
2020-03-23 11:38:13 +01:00
|
|
|
|
|
|
|
`croc {{passphrase}}`
|
|
|
|
|
|
|
|
- Send and connect over a custom relay:
|
|
|
|
|
2021-01-10 14:37:55 -05:00
|
|
|
`croc --relay {{ip_to_relay}} send {{path/to/file_or_directory}}`
|
2020-03-23 11:38:13 +01:00
|
|
|
|
|
|
|
- Receive and connect over a custom relay:
|
|
|
|
|
|
|
|
`croc --relay {{ip_to_relay}} {{passphrase}}`
|
|
|
|
|
|
|
|
- Host a croc relay on the default ports:
|
|
|
|
|
|
|
|
`croc relay`
|
|
|
|
|
2020-10-27 10:00:52 +03:30
|
|
|
- Display parameters and options for a croc command:
|
2020-03-23 11:38:13 +01:00
|
|
|
|
|
|
|
`croc {{send|relay}} --help`
|