This is a file serving and file upload service in the local area network (LAN) CLI

Crates.io Rust license

install

cargo install serve-cli

```bash $ 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