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}}`
|
|
|
|
|
2025-03-27 16:42:21 +02:00
|
|
|
- Use a specific port:
|
2022-10-01 13:28:19 +05:30
|
|
|
|
2025-03-27 16:42:21 +02:00
|
|
|
`qrcp {{send|receive}} {{[-p|--port]}} {{port_number}}`
|
2022-10-01 13:28:19 +05:30
|
|
|
|
2025-03-27 16:42:21 +02:00
|
|
|
- Use a specific network interface:
|
2022-10-01 13:28:19 +05:30
|
|
|
|
2025-03-27 16:42:21 +02:00
|
|
|
`qrcp {{send|receive}} {{[-i|--interface]}} {{interface}}`
|
2022-10-01 13:28:19 +05:30
|
|
|
|
|
|
|
- Keep the server alive:
|
|
|
|
|
|
|
|
`qrcp {{send|receive}} --keep-alive`
|