ASP Private Files allow only authenticated users to download, upload and delete files

PrivateFiles will allow only users whit right username and password to upload,download and delete files. Notice: deleting file will not work on shared servers in most cases unless you hosting administrator enable it.
Features:
* login
* download files
* upload files
* delete files
* log out

To install, just copy all files to your webserver. PrivateFiles can be installed in root or in separate directory on your webserver.
Edit inc_config.asp
*** set username and password
*** set strUrlPath to link to your files directory

This ASP script is easy to use and install and it is good starting point for developing more complex upload systems using active server pages.

Download Here