Web File System browser
Written by Philippe Docourt   
Sunday, 03 August 2008 15:16

PHP-FileSystem is a web file system navigator/browser. It provides a nice and easy to use interface, that allows visitors to navigate into a directory of your web server. It's easy to setup and fully customisable through a simple templating mecanism. You can create your own template by simply building your index page and filling a single CSS file. This tool comes with a default template as an example for yours.

PHP-FileSystem is definitely a good alternative to complex download website tools when you just want to share some files with the world.

License

GNU General Public License (GPL)

 

Download

You can get the version 0.1 here.

 

Source code

You can grab the source code from the SVN repository with one of the following command lines.

Full read-write access to this repository is of course restricted to recognized developers. Write to us if you want to be involved in the development effort. If you are a recognized developer type:

svn co https://dprog.dynalias.net/svn/dev/php-filesystem/trunk php-filesystem --username "your-user-name"

 

We also provide read-only anonymous access to the repository through an anonymous user name:

svn co https://dprog.dynalias.net/svn/dev/php-filesystem/trunk php-filesystem --username anonymous
 

Screen shots

 

PHP-FileSystem in action