A simple web file manager in Python.
--
- english translation
- reverse-proxy support
- display chmod
- download, rename and delete files
- upload files
- change chmod
- change current directory with header links
- ini configuration support (or SQLite)
- display non binary files
- multilang support
- code cleanup
- change "app_dir" to desired directory
- use this location configuration with NGiNX :
location /directory {
proxy_pass http://127.0.0.1:8082;
}