>
> Hiya.
>
> I'm looking for a tool that will allow online file management, with a UI
> something like that of a traditional FTP client.
>
> The ideal candidate would authenticate based on a MySQL table and would
> be able to handle multiple users with unique base directories.  I'd
> rather not use an PHP-based FTP client, but I'm open to that if nothing
> else is available.
Try http://www.wonko.com/notftp/ if you want a ready to use PHP Based FTP
client, If you are running on Unix or Open Source there should be FTP
servers available that can authenticate through MySQL.
>
> Before I write one myself, is there a package that has already been
> built that any one can recommend (or recommend against)?
I tried this recently, But I discovered that this leaves users directories
rather insecure.  At least when being used on a web server where users
could upload PHP scripts, since there is nothing to stop them from
uploading scripts that modify other users files.
(see thread "PHP Web Based File Management and Security" in the archives.)
>
> Thanks.  :-)
>
> --
>   Paul Chvostek                                             <[EMAIL PROTECTED]>
>   it.canada                                            http://www.it.ca/
>   Free PHP web hosting!                            http://www.it.ca/web/
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>


-- 
Thanks,
  Dean E. Weimer
  http://www.dwiemer.org/
  [EMAIL PROTECTED]

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

Reply via email to