1

I have my system backed up on a server (Docs, Videos, Music, etc.)
I have only FTP access (can't really do anything fancy)
However I can run PHP and MySQL programs (pretty basic).
I was wondering about a good complete system that would let me
upload, control and manage the files I have there (including security features)
so that I would be able to edit some docs on the fly, listen to streaming music and upload more files if I wanted to.

Thanks.

Asaf
  • 8,106
  • 19
  • 66
  • 116
  • 3
    http://stackoverflow.com/questions/1635396/php-based-document-management-system – Haim Evgi Jul 19 '10 at 08:00
  • Thanks a bunch, definitely will use that one for my docs, dare I ask if there's a collaboration option there? – Asaf Jul 19 '10 at 08:59

2 Answers2

1

I have used this in the past and it's open source so you can extend as needed.

http://sourceforge.net/projects/phpwebftp/

spinon
  • 10,760
  • 5
  • 41
  • 59
0

You can try:

http://extplorer.sourceforge.net/

or

http://pfn.sourceforge.net/index.php?opc=1&lg=ing

or

http://navphp.sourceforge.net/

I used the first one and it's pretty good. For media preview I know only http://www.filerun.com/ but it's not open-source.

Narcis Radu
  • 2,519
  • 22
  • 33
  • So far the Php File Navigator seems to be the best (also checked the phpwebftp mentioned below), however it seems that none of them has been updated in quite a while, also, I don't see some media management features (song streaming mainly) – Asaf Jul 19 '10 at 08:58