httphere/README.md

17 lines
427 B
Markdown
Raw Normal View History

2018-09-02 21:27:26 +00:00
# httphere
2018-09-02 22:02:05 +00:00
Simple web server to make a directory available via http. Uses [enhancedfileserver](https://gitto.work/shortcut/enhancedfileserver) for a more featureful listing and optionally includes authentication.
# Installation
```console
foo@bar:~$ go get -u gitto.work/shortcut/httphere
```
# Example usage
```console
foo@bar:~$ httphere -listen 127.0.0.1 -port 8080 -username Secretname -password Secretpassword
```