dufs

Lightweight static file server for serving files over HTTP

brewmacoslinux
Try with needOr install directly
Source

About

Static file server

Commands

dufs

Examples

Serve current directory on default port 5000$ dufs
Serve specific directory on custom port$ dufs /path/to/files -p 8080
Enable file upload and directory listing with authentication$ dufs . --allow-all -a user:password