This is an .asp page that allows you to provide file download capabilities for your site without having to constantly update the page with your file list. It does this by reading the file names in the directory you specify as the download directory, then contructing the appropriate URLs.
This very easy to setup link tracker can be used to track downloads from your site. It will log the time and date, as well as a few other goodies, such as browser and operating system. You can view the stat report via the web, and clear the log entries at the click of a button. A separate log is used for each link track.
This simple ASP script links each download to an Access database file which contains information about each file such as its name, size, author and description. Also, another table records each click on a download link storing IP address of "clicker" and date and time. The script also records any requests that result in bad links - this way you can quickly and easily fix them.