Files
cheatsheet-tldr/tldr/linux/qrcp
2025-03-28 00:18:38 +00:00

34 lines
654 B
Plaintext

---
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 port:
`qrcp {{send|receive}} {{[-p|--port]}} {{port_number}}`
- Use a specific network interface:
`qrcp {{send|receive}} {{[-i|--interface]}} {{interface}}`
- Keep the server alive:
`qrcp {{send|receive}} --keep-alive`