mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 08:15:23 +02:00
qrcp: add page (#8549)
This commit is contained in:
parent
67b0bd02d6
commit
13b46aa933
1 changed files with 28 additions and 0 deletions
28
pages/linux/qrcp.md
Normal file
28
pages/linux/qrcp.md
Normal 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`
|
Loading…
Add table
Reference in a new issue