File manager for websites in ISPConfig
# Summary We would like to be able to have an integrated filemanager in ISPconfig. When logged in to the panel as either admin, reseller or user you should be able to access the sites that you have permission for. - Should give secure access to one's onw files - Should be multi server compatible. - Should not rely on sharing extra passwords There are a number of freesoftware projects out there that build a filemanager component we could use. The trick will be to get the right plumbing in between. Filemanagers: - [elfinder](https://github.com/Studio-42/elFinder) ( [installer](https://git.ispconfig.org/ispconfig/tools/-/blob/master/elfinder_install_update.sh?ref_type=heads)) - [pydio](https://github.com/pydio/pydio-core) - [tinyfilemanager](https://tinyfilemanager.github.io/) - [filegator](https://github.com/filegator/filegator) Has a filesystem abstraction lib from [flysystem](https://github.com/thephpleague/flysystem) - [net2ftp](http://www.net2ftp.com/) - probably more to find ... # Example Here are a few screenshots from plesk to make it visual. ![Selection_206](/uploads/447a0f0c2af5c6be8bfad01950c66dcf/Selection_206.png) ![Selection_207](/uploads/aa21d68744bad339f297c77617a00f8e/Selection_207.png) ![Selection_208](/uploads/d7478e413367c933ae498ea7810bb7a0/Selection_208.png) # Original body http://elrte.org/elfinder/ Demo-Version 1.2 - http://elrte.org/elfinder/demo Demo-Version 2.0 - http://elfinder.org/
issue