2025-07-11 08:49:29 -05:00
2018-09-02 21:45:30 +00:00
2025-07-11 08:49:29 -05:00
2025-07-11 08:49:29 -05:00
2018-09-02 21:27:26 +00:00
2025-07-11 08:49:29 -05:00
2023-04-21 12:22:33 -05:00

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