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)
You Might Also Like
Red Hat Enterprise Linux on Microsoft Azure
Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
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.