mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
695 B
695 B
airshare
在本地网络中传输数据的工具。 更多信息:https://airshare.rtfd.io/en/latest/cli.html.
- 共享文件或目录:
airshare {{code}} {{路径/到/文件或目录1 路径/到/文件或目录2 ...}}
- 接收文件:
airshare {{code}}
- 主机接收服务器(使用此选项可以通过 Web 接口上传文件):
airshare --upload {{code}}
- 将文件或目录发送到接收服务器:
airshare --upload {{code}} {{路径/到/文件或目录1 路径/到/文件或目录2 ...}}
- 发送已复制到剪贴板的文件路径:
airshare --file-path {{code}}
- 接收文件并将其复制到剪贴板:
airshare --clip-receive {{code}}