FileMgr is a PHP-based file manager that supports multiple file operations including copy, move, touch, delete, and chmod. On a single-file level it supports upload, mkdir, rename, delete, touch, ...
FileMgr is a PHP-based file manager that supports multiple file operations including copy, move, touch, delete, and chmod. On a single-file level it supports upload, mkdir, rename, delete, touch, chmod, and will let you change the timestamp on files. It gives information including the date/time last accessed/modified, owner, group, and permissions. Two directory display modes are supported. One called "full" shows the entire directory tree at once to minimize the number of server interactions; the other called "dig" lets you dig into large directory structures one level at a time. FileMgr is fairly easy to use, configuration consists of modifying about a dozen lines at the start of the program, all the source code is there in one file to see and modify, and the whole thing is only 38kb in size when unpacked.