Simple web server to make a directory available via http. Uses enhancedfileserver for a more featureful listing and optionally includes authentication.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Your Name 0fd317fd56
add nocache flag
1 year ago
.gitignore Initial import 5 years ago
LICENSE Initial commit 5 years ago
README.md update readme 4 years ago
go.mod add nocache flag 1 year ago
go.sum add nocache flag 1 year ago
main.go add nocache flag 1 year ago

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