woof

Ad-hoc single-file webserver for quickly sharing files over HTTP

brewmacoslinux
Try with needOr install directly
Source

About

Ad-hoc single-file webserver

Commands

woof

Examples

Share current directory on default port$ woof
Share specific file on custom port$ woof -p 8080 /path/to/file.txt
Share directory with custom hostname$ woof -H localhost /path/to/directory