bruce wrote:
i'm trying to find out if there's a php webapp that allows a user to modify
the underlying file structure (files/folders) for a linux system

i'd like to be able to:
 -view file/folder/dir structure
 -list the dir structure
 -add/create/delete/copy/move files
 -add/create/delete/copy/move folders
 -change/modify file/folder perms/privs
 -etc..

Google for php file manager - there are lots of them around, but remember that they are 1) a huge security risk, and 2) limited by the filesystem permissions of the web server user.

-Stut

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to