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}}`
|
|
|
|
|
2024-01-24 04:22:18 -03:00
|
|
|
- Use a specific [p]ort:
|
2022-10-01 13:28:19 +05:30
|
|
|
|
|
|
|
`qrcp {{send|receive}} --port {{port_number}}`
|
|
|
|
|
2024-01-24 04:22:18 -03:00
|
|
|
- Use a specific network [i]nterface:
|
2022-10-01 13:28:19 +05:30
|
|
|
|
2024-11-09 13:28:19 +09:00
|
|
|
`qrcp {{send|receive}} --interface {{interface}}`
|
2022-10-01 13:28:19 +05:30
|
|
|
|
|
|
|
- Keep the server alive:
|
|
|
|
|
|
|
|
`qrcp {{send|receive}} --keep-alive`
|