add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

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

@@ -0,0 +1,28 @@
# 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`