rejetto / hfs

HFS is a web file server to run on your computer. Share folders or even a single file thanks to the virtual file system.
GNU General Public License v3.0
2.29k stars 227 forks source link

files/folders with "\" in the name cannot be interracted with #688

Closed W-i-n-7 closed 1 month ago

W-i-n-7 commented 3 months ago

Error when trying to interract with such file: Not found: /root/demo/%5Ctest/ the folder was named \test

running this error through a url decoder the output is: Not found: /root/demo/\test/ this is why it doesnt work

W-i-n-7 commented 3 months ago

https://hdun.org/random/hfs-issue-688.mp4 in this video i first demonstrate that i have proper permissions then the bug

rejetto commented 3 months ago

thanks for reporting!