mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-27 05:53:16 +00:00
Update cheatsheets
This commit is contained in:
33
linux/qrcp
Normal file
33
linux/qrcp
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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 [p]ort:
|
||||
|
||||
`qrcp {{send|receive}} --port {{port_number}}`
|
||||
|
||||
- Use a specific network [i]nterface:
|
||||
|
||||
`qrcp {{send|receive}} --interface interface`
|
||||
|
||||
- Keep the server alive:
|
||||
|
||||
`qrcp {{send|receive}} --keep-alive`
|
||||
Reference in New Issue
Block a user