015d185109951ad4a719b0330b9f6312a57714e5
httphere
Simple web server to make a directory available via http. Uses enhancedfileserver for a more featureful listing and optionally includes authentication.
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
Description
Simple web server to make a directory available via http. Uses enhancedfileserver for a more featureful listing and optionally includes authentication.
Languages
Go
100%