Files
tldr/pages.zh/linux/qrcp.md

28 lines
546 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# qrcp
> 一个文件传输工具。
> 更多信息:<https://github.com/claudiodangelis/qrcp>。
- 发送文件或目录:
`qrcp send {{path/to/file_or_directory path/to/file_directory ...}}`
- 接收文件:
`qrcp receive`
- 在传输前压缩内容:
`qrcp send --zip {{path/to/file_or_directory}}`
- 使用特定的 [p]ort
`qrcp {{send|receive}} --port {{port_number}}`
- 使用特定的网络 [i]nterface
`qrcp {{send|receive}} --interface {{interface}}`
- 保持服务器活跃:
`qrcp {{send|receive}} --keep-alive`