Simple web server to make a directory available via http. Uses enhancedfileserver for a more featureful listing and optionally includes authentication.
Go to file
Josh Grebe fe53085bba Update README 2023-04-21 12:22:33 -05: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 2023-04-21 12:22:33 -05:00
go.mod fix password but no username, update modules 2023-04-21 11:34:20 -05:00
go.sum fix password but no username, update modules 2023-04-21 11:34:20 -05:00
main.go fix password but no username, update modules 2023-04-21 11:34:20 -05: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 install git.teamworkapps.com/shortcut/httphere@latest

Example usage

foo@bar:~$ httphere -listen 127.0.0.1 -port 8080 -username Secretname -password Secretpassword -log