1.6 k star,推荐一款命令行共享文件神器 —— sharing
转自公众号:大侠之运维 链接:https://mp.weixin.qq.com/s/5XKmixka2lE7zInNK1peqw 大家好,这里是大侠之运维,每天分享各类干货。
1 sharing简介
2 安装
npm install -g easy-sharing
3 软件特性或亮点
共享目录和文件 共享剪贴板 接收文件 支持基本身份验证 支持ssl
4 简单使用
共享文件或目录
sharing /directory-or-file-to-share
用手机扫描二维码,两台设备必须连接到同一 Wi-Fi,或者,如果您有公共 IP 地址,请使用该 --ip 参数。
sharing --ip your-public-ip-address /directory-or-file-to-share
浏览目录下载需要的文件或目录
$ sharing --help
Usage:
• Share file or directory
$ sharing /path/to/file-or-directory
• Share clipboard
$ sharing -c
• Receive file
$ sharing /destination/directory --receive;
• Share file with Basic Authentication
$ sharing /path/to/file-or-directory -U user -P password # also works with
--receive
Options:
--version Show version number [boolean]
--debug enable debuging logs
-p, --port Change default port
--ip Your machine public ip address
-c, --clipboard Share Clipboard
-t, --tmpdir Clipboard Temporary files directory
-w, --on-windows-native-terminal Enable QR-Code support for windows native
terminal
-r, --receive Receive files
-q, --receive-port change receive default port
-U, --username set basic authentication username
[default: "user"]
-P, --password set basic authentication password
--help Show help [boolean]
END
官方站点:www.linuxprobe.com
Linux命令大全:www.linuxcool.com
刘遄老师QQ:5604215
Linux技术交流群:2636170
(新群,火热加群中……)
想要学习Linux系统的读者可以点击"阅读原文"按钮来了解书籍《Linux就该这么学》,同时也非常适合专业的运维人员阅读,成为辅助您工作的高价值工具书!
微信扫码关注该文公众号作者
戳这里提交新闻线索和高质量文章给我们。
来源: qq
点击查看作者最近其他文章