add new chinese translations
This commit is contained in:
28
pages.zh/linux/qrcp.md
Normal file
28
pages.zh/linux/qrcp.md
Normal 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`
|
Reference in New Issue
Block a user