1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 08:06:07 +02:00
tldr/pages/linux/qrcp.md

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