RE: [PHP] manage/modify linux file/folder structure...

2006-09-26 Thread Richard Lynch
On Mon, September 25, 2006 3:59 pm, bruce wrote:
> i should state... while i've seen different apps... i'm more
> interested in
> any that have actually been used by you, or someone you know!!
>
> an app that comes with references!

> 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.

Note that 1) and 2) here are diamtrically opposed.

The more you have of 1), the less you have of 2) and vice versa.

Not knowing which one you want more of, nobody can give you good
advice...


Actually, here's some advice:  Don't try to do this in a web app,
because either the Security will suck, or the functionality with suck.
:-)

-- 
Like Music?
http://l-i-e.com/artists.htm

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



Re: [PHP] manage/modify linux file/folder structure...

2006-09-26 Thread Kae Verens

bruce wrote:

i should state... while i've seen different apps... i'm more interested in
any that have actually been used by you, or someone you know!!

an app that comes with references!


try this?
http://kfm.verens.com/

I'm biased, though - I wrote the thing.

Kae

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



RE: [PHP] manage/modify linux file/folder structure...

2006-09-25 Thread bruce
i should state... while i've seen different apps... i'm more interested in
any that have actually been used by you, or someone you know!!

an app that comes with references!


-Original Message-
From: Stut [mailto:[EMAIL PROTECTED]
Sent: Monday, September 25, 2006 1:59 PM
To: [EMAIL PROTECTED]
Cc: php-general@lists.php.net
Subject: Re: [PHP] manage/modify linux file/folder structure...


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



Re: [PHP] manage/modify linux file/folder structure...

2006-09-25 Thread Stut

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