Saturday, September 15, 2012

One very basic file manager for the web

This is a  very basic app to manage (upload / download and delete) files to the remote server. This needs only php and a web server to run. This is basically a single php file which does the all. To configure the store dir (which will contain the uploaded files) you need to write down the path under $config variable in the same php file(one default value is there).
May be this app seems very insecure for the WEB but I have written it just to take files using HTTP from my home system to my mobile(and the way other) using wifi, and its fast.

This piece of code may help you too may be for some other purpose, please don't forget to reply to this post about your purpose if you are using this file manager.

Download: https://github.com/pras9/fmanager

No comments:

Post a Comment