finzzz / gohfs

Feature-rich HTTP File Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(win)404 when file/folder name contain space

ttlttc opened this issue · comments

"hello world.exe" solved as "hello%20world.exe", only show "404 page not found"

and a feature request: commandline switch to disable "upload" button(for anonymous user)

thanks.

thanks for testing it out, I have applied hot fix to "file/folder containing space". Can you please try it again?

and a feature request: commandline switch to disable "upload" button(for anonymous user)

thanks.

As for disabling upload feature, it's on the roadmap, but I'm not sure what do you want to do by disabling it for anonymous user? Anonymous user cannot upload by default.

nice working, space glitch is gone~

deploy on vps and launched with
-host 0.0.0.0
for all internet users, everyone can use "upload" function, it's not safe.

and something for default build parameter:

go build -ldflags "-w -s" main.go
optimized & decrease export file size lol

nice working, space glitch is gone~

deploy on vps and launched with
-host 0.0.0.0
for all internet users, everyone can use "upload" function, it's not safe.

I don't recommend you to do that, this app is still being tested.

and something for default build parameter:

go build -ldflags "-w -s" main.go
optimized & decrease export file size lol

that's helpful! thanks

s

okay. i'll close it when i finished transferring

problem solved, close.

and thanks again for your hard working~

problem solved, close.

and thanks again for your hard working~

Nope, zip and sha1 features still giving error.

haha, not a big things, at least up/dl is worked.