eXtplorer is a PHP-based File Manager. It allows to browse directories, edit, copy, move, delete, search, upload and download files, create & extract archives, create new files and directories, change file permissions (chmod) and much more.
Features
- rename, edit files
- copy/move/delete files
- create/uncompress file archives (ZIP, Tar, Gz, Bz2, RAR)
- FTP, SSH2
License
GNU General Public License version 2.0 (GPLv2), Mozilla Public License 1.1 (MPL 1.1)nel_h2
Secure User Management, Made Simple | Frontegg
Frontegg powers modern businesses with a user management platform that’s fast to deploy and built to scale. Embed SSO, multi-tenancy, and a customer-facing admin portal using robust SDKs and APIs – no complex setup required. Designed for the Product-Led Growth era, it simplifies setup, secures your users, and frees your team to innovate. From startups to enterprises, Frontegg delivers enterprise-grade tools at zero cost to start. Kick off today.
Rate This Project
Login To Rate This Project
User Reviews
-
symbolic links are not working i've tried with /J and /D for a folder and it's bugged the tree of folders works, but the files are the root files of the every folder on that tree still, it would be awesome to have an option for alias folders just like in a ftp server if i want to add a dir with a different path from root dir i can't...i guess that's a - future but it's an easy job to fix it in rest, the script it's awesome, i would like to see an option in login page to be able to login in an guest account without filling login, but that's an easy job to do if you know a little javascript and php, still, i would like to see it by default in script
-
Great tool. Very useful!
-
Résolu : BUG Permissions : Changement de mot de passe impossible, si l'on est pas administrateur. ( eXtplorer 2.1.5 ) Solution : Ouvrez le fichiers ...\scripts\application.js.php Ligne 268 - Remplacez : $admin=(($GLOBALS["permissions"]&4)==4); Par : $admin=(($GLOBALS["permissions"]&2)==2);
-
Great stuff.
-
Works well, easy to install. Unfortunately to change atrributes of files and directories (chmod) is restricted to FTPmode. That's quite uncomfortable and doesn't make any value, because you can add, delete, move, modifiy any file or folder, but not change attribute. This should be possible for administrator at least.