Simple web server to make a directory available via http. Uses enhancedfileserver for a more featureful listing and optionally includes authentication.
Go to file
Your Name 0fd317fd56 add nocache flag 2021-10-21 15:45:49 -04:00
.gitignore Initial import 2018-09-02 21:45:30 +00:00
LICENSE Initial commit 2018-09-02 21:27:26 +00:00
README.md update readme 2018-11-07 16:37:21 +00:00
go.mod add nocache flag 2021-10-21 15:45:49 -04:00
go.sum add nocache flag 2021-10-21 15:45:49 -04:00
main.go add nocache flag 2021-10-21 15:45:49 -04:00

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