HTTP file server
Install golang and then run:
go install bandr.me/p/hfs@latest
Usage of hfs:
-addr string
listen address(address:port) (default "localhost:12345")
-dir string
path to directory which contains files (default ".")