rshare is a simple & lightweight file server written in rust.
git clone www.github.com/ParthPant/rshare
cd rshare
cargo run
cargo install --path .
Options:
-d, --dir <DIR> Path of the directory to be served [default: /home/parthpant]
-p, --port <PORT> HTTP Port [default: 3000]
-h, --help Print help
-V, --version Print version