c9a0ba672e | ||
---|---|---|
.gitignore | ||
LICENSE | ||
README.md | ||
go.mod | ||
go.sum | ||
main.go |
README.md
httphere
Simple web server to make a directory available via http. Uses enhancedfileserver for a more featureful listing and optionally includes authentication, simple request logging, and directory index generation.
Installation
foo@bar:~$ go get -u gitto.work/shortcut/httphere
Example usage
foo@bar:~$ httphere -listen 127.0.0.1 -port 8080 -username Secretname -password Secretpassword -log