lookin for opensource free file explorer

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jmut
Forum Regular
Posts: 945
Joined: Tue Jul 05, 2005 3:54 am
Location: Sofia, Bulgaria
Contact:

lookin for opensource free file explorer

Post by jmut »

Hi,
Can anyone suggest me opensource free application...in PHP for file browser. something like ftp functionality but in web form... I need to upload, rename, delete , move between folders and see folders and all in tree way. Would be also good to be able to implement sort of restrictions, per folder etc.
I sure can develop such thing myself...but would rather use something ready, more feature rich.
If anyone used or seen and willing to share let me know, else I will ask herr google again.
User avatar
VladSun
DevNet Master
Posts: 4313
Joined: Wed Jun 27, 2007 9:44 am
Location: Sofia, Bulgaria

Post by VladSun »

Hi :)

This looks pretty close :)

http://phpfm.sourceforge.net/
There are 10 types of people in this world, those who understand binary and those who don't
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Post by alex.barylski »

User avatar
vigge89
Forum Regular
Posts: 875
Joined: Wed Jul 30, 2003 3:29 am
Location: Sweden

Post by vigge89 »

It's kinda outdated and still has a few bugs (I has finished a total OO rewrite, but lost all files due to a harddisk crash ><), but you could always check it out:
http://phpfe.vigge.net/
Don't hesitate to edit and customize it for your own needs, although the simple authentication is very basic (design choice at that point) and it misses a couple of features.
Post Reply