This is a file serving and file upload service in the local area network (LAN) CLI
install
cargo install serve-cli
# for browser serving local files
# upload file fontend
# also can upload file from curl
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'