Golang-based simple file server to serve static files of the current working directory
fileserve is a golang-based simple file server to serve static files of the current working directory
You can use it for:
- File sharing in LAN or home network
- Web application testing
- Personal web site hosting or demonstrating
Features:
- Directory listing
- Cors or NoCache headers
- HTTPS with self-signed certificate
- BasicAuth