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

29 lines
548 B
Markdown
Raw Normal View History

2022-10-01 13:28:19 +05:30
# 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:
2022-10-01 13:28:19 +05:30
`qrcp {{send|receive}} --port {{port_number}}`
- Use a specific network [i]nterface:
2022-10-01 13:28:19 +05:30
`qrcp {{send|receive}} --interface {{interface}}`
2022-10-01 13:28:19 +05:30
- Keep the server alive:
`qrcp {{send|receive}} --keep-alive`