http-file-server icon indicating copy to clipboard operation
http-file-server copied to clipboard

[Feature request] Add ".." (go one direcory up) in directory listing

Open vort3 opened this issue 2 years ago • 1 comments

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 (like downloading a folder as zip).

http-file-server is almost perfect, but could you add ".." in directory listing to go to parent directory?

vort3 avatar May 16 '22 03:05 vort3

I made a fork which adds this for every folder: https://github.com/muller2002/http-file-server/blob/master/README.md

You have to build with go manually and have to navigate to the default go installtion path and then run http-file-server

muller2002 avatar Sep 04 '22 19:09 muller2002