http-file-server
http-file-server copied to clipboard
tiny portable HTTP file server. single binary, no dependencies. linux, osx, windows. #golang
I was looking for something like http-file-server for a while and couldn't find a perfect solution. There are many tools like this and all of them miss some important features...
There are some pretty large changes to the code with this PR, so I can understand why you may not accept them. This project is getting large enough that all...
I was using this and realised it could do with a password protection. I can limit acces via firewall rules but password protection would be useful too
I often find myself wanting to upload multiple files in one go. This pull requests enables it.
Hello, I am using Postman to test this file server and I have 2 questions. 1. I have created a sub-directory under the base path where I configured the file...
Hey! I've gone and dockerized the binary, as well as provided a docker compose to demonstrate how to run it. Right now, it just mounts in a directory to serve...
I love this speedy file server! But when I start the server, I cannot use ports 80 and 443 (because they are restricted, I believe), so I have to start...