1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/qrcp.md
코드싸이 a7e96601f5
qrcp: fix typo, linux/q*: add Korean translation (#14713)
* linux/q*: add Korean translation

* qrcp: fix typo
2024-11-09 13:28:19 +09:00

28 lines
548 B
Markdown

# qrcp
> A file transfer tool.
> More information: <https://github.com/claudiodangelis/qrcp>.
- Send a file or directories:
`qrcp send {{path/to/file_or_directory path/to/file_directory ...}}`
- Receive files:
`qrcp receive`
- Compress content before transferring:
`qrcp send --zip {{path/to/file_or_directory}}`
- Use a specific [p]ort:
`qrcp {{send|receive}} --port {{port_number}}`
- Use a specific network [i]nterface:
`qrcp {{send|receive}} --interface {{interface}}`
- Keep the server alive:
`qrcp {{send|receive}} --keep-alive`