#upload #serve #cli #static #file-upload

nightly bin+lib serve-cli

这是一个局域网(LAN)中的文件服务和文件上传命令行工具

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 命令行工具

Download history 19/week @ 2024-03-15 6/week @ 2024-03-29

每月 66 次下载

MIT 许可证

26KB
281

这是一个局域网(LAN)中的文件服务和文件上传命令行工具

Crates.io Rust license

安装

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'

image.png

image.png

依赖项

~19–31MB
~470K SLoC