qrcp: add page (#8549)

pull/1/head
Suyash Bhawsar 2022-10-01 13:28:19 +05:30 committed by GitHub
parent 67b0bd02d6
commit 13b46aa933
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

28
pages/linux/qrcp.md Normal file
View File

@ -0,0 +1,28 @@
# 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}}`
- Specify a [p]ort to use:
`qrcp {{send|receive}} --port {{port_number}}`
- Specify the network [i]nterface to use:
`qrcp {{send|receive}} --interface interface`
- Keep the server alive:
`qrcp {{send|receive}} --keep-alive`