mirror of
https://github.com/YunoHost-Apps/simple-file-manager_ynh.git
synced 2024-09-03 20:25:58 +02:00
11 lines
No EOL
485 B
Markdown
11 lines
No EOL
485 B
Markdown
A Simple PHP file manager. The code is a single php file.
|
|
|
|
### Features
|
|
|
|
- Single file, there are no images, or css folders.
|
|
- Ajax based so it is fast, but doesn't break the back button
|
|
- Allows drag and drop file uploads if the folder is writable by the webserver (`chmod 777 your/folder`)
|
|
- Suits my aesthetics. More like Dropbox, and less like Windows Explorer
|
|
- Works with Unicode file names
|
|
- The interface is usable from an iPad
|
|
- XSRF protection, and an optional password. |