11 个版本 (5 个稳定版)
1.0.4 | 2023年6月12日 |
---|---|
1.0.3 | 2023年6月11日 |
1.0.1 | 2023年4月9日 |
0.1.5 | 2023年4月9日 |
0.1.0 | 2022年11月1日 |
#2596 in 命令行工具
每月 66 次下载
26KB
281 行
这是一个局域网(LAN)中的文件服务和文件上传命令行工具
安装
cargo install serve-cli
$ serve-cli
# for browser serving local files
[INFO serve_cli] Server listening on http://172.20.10.2:8787
# upload file fontend
[INFO serve_cli] Server listening on http://172.20.10.2:8585
# also can upload file from curl
curl --location --request POST 'http://172.20.10.2:8585/' --data-binary '@/home/andrew/Documents/wordlist1.txt'
依赖项
~19–31MB
~470K SLoC