sgreben / http-file-server

tiny portable HTTP file server. single binary, no dependencies. linux, osx, windows. #golang
MIT License
214 stars 40 forks source link

Allow uploading without existing files #6

Closed codesoap closed 3 years ago

codesoap commented 3 years ago

Before this change, I was not able to upload a file, when there hasn't been any file in the served directory before.

sgreben commented 3 years ago

Good catch, thanks!

sgreben commented 3 years ago

& it's in https://github.com/sgreben/http-file-server/releases/tag/1.6.1 now