tldr/pages/common/croc.md

33 lines
735 B
Markdown
Raw Normal View History

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