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

A flask file server with an elegant frontend for browsing, uploading and streaming files

Results 16 flask-file-server issues
Sort by recently updated
recently updated
newest added

I want to add some username/password list for some users(not a single user, but multiply users) log in. I'm not sure this feature could be added to this project, thanks.

# Absolute Path Traversal due to incorrect use of `send_file` call A path traversal attack (also known as directory traversal) aims to access files and directories that are stored outside...

i got this error when starting the container ``` Traceback (most recent call last): File "./file_server.py", line 3, in from werkzeug import secure_filename ImportError: cannot import name secure_filename ``` how...

Woulld you please tell me how to **delete** file using this app? I cound not find anywhere to delete files... Here is my homepage: ![image](https://user-images.githubusercontent.com/22969604/60753868-64ef4e80-a00b-11e9-9616-1abfc17cf6b7.png)

please add folder upload/download

what is the use of login... top tight

It is crucial for package management. We need a list of package.

Using Python3 and this code, everything works fine. Starts ok, no errors but whenever I use it to upload a file I click "add file", Select a file and the...