mjpclab / go-http-file-server

Simple command line based HTTP file server to share local file system
MIT License
370 stars 56 forks source link

Can't open directories which contain `%2F` in them names #4

Closed eitsupi closed 3 years ago

eitsupi commented 3 years ago

Thank you for this great project.

When I was using ghfs in combination with other software, I noticed that I could not open directries with %2F in the name (https://github.com/ktaaaki/paper2html/pull/21#issuecomment-791909131). %2F seems to be interpreted as slash / on the server.

image

marjune163 commented 3 years ago

Hey, thanks for your reporting. It is now fixed and released as v1.10.13. Thanks a lot!