public
Description: File Sharing is a very very simple way to share your files using a web page.
Homepage:
Clone URL: git://github.com/tapajos/filesharing.git
tapajos (author)
Mon Jun 16 20:40:34 -0700 2008
commit  96621f8ac84f7e95a74ef619bf6137cb630cced7
tree    f34e32e2626e94cfb5651299a8709a4dccf2a533
parent  2e8f1bf301eca2e99218761f37186c0e1bbe2f1d
name age message
file README.mkdn Loading commit data...
directory downloads/
directory functions/
README.mkdn

File Sharing

WHAT

File Sharing is a very very simple way to share your files using a web page. It is a very old project that now has turned public. The source is not in english but it will be translated soon.

INSTALLING

The install is very simple, you only need to copy the files to your document root in a webserver running PHP.

USAGE

In the index.php you need to change the line that defines the directory to find all files to share. For example:

$list="/home/tapajos/public_html/files";

The directory should read permission for your webserver user. A good idea is to use the 755 permission.

License

This code is free to be used under the terms of the MIT license.

AUTHOR

Marcos Tapajós