views:

655

answers:

3

I'm looking for a good web based "download manager" open source application. Mainly a web based interface to some files in a Linux server filesystem. I've looked in sourceforge and google can't find a good one. Maybe I'm searching it with the wrong keywords?

PHP is preferred, but can be written in other programming languages as well.

Some features I'm looking for:

  • Capability of users and groups of users, with login and password;
  • Upload and delete files in filesystem from the web based interface;
  • Set permission in uploaded files or in group of files based in users or group of users;
  • Listing of files;
  • Relatively easy to adapt templates;

Thanks!

+1  A: 

Have you checked out phpfilenavigator?

Byron Whitlock
+1  A: 

There's a whole bunch of such scripts on hotscripts.

Zed
A: 

I can't find any solutions that could provide what I described. We are going to implement this solution in-house.

Thanks for all your responses. "Reinvent the wheel" is the way to go when all the wheels you got just don't fit in your car.

GmonC