views:

653

answers:

3

Hi

I'm looking for a backend system where your clients can login and upload files to your server, download files from the server and you can delete the users, create users, etc. I do not know the proper name for this kind of software. Maybe its called online file manager? Any recommendations? My server supports PHP, apache and mysq.

Thanks

A: 

I am literally doing the same thing right now.

Personally, I would cook my own up, as it usually needs to be integrated into your existing structure or application.

Give me some background information. What is this for exactly? How complex does it have to be? Is it being integrated into another application or is it a stand-alone? How experienced are you with php?

Edit

Hmmm, for a full management suite you might want to have a look at a for-sale solution. Something higher grade will save you tons of time in development and integration. A couple that I thought were pretty good:

http://www.filerun.com/ (Very slick but expensive)

http://www.solitude.dk/filethingie/ (Free for personal use and cheap for business)

Josh Pinter
Well, it should allow me to create users, folders, delete, upload, download files. As for clients, they can only access folders that are set by me, upload files, download files and view videos or jpg.
skyhigh
A: 

Maybe you should have a look at IMCE, it is quite simple

For something more complex try this: http://drupal.org/project/webfm

Notice the column regarding "related projects"

Francisco Garcia
A: 

i once created myftphp. it's a file manager written in php, which manages several users in distinct home directories. maybe you can give it a shot

knittl