This is an ASP component which allows the control of file downloads from a script (classic ASP). csFileDownload 2.0 Main Features:
- Stream a binary file from anywhere on your server to the browser.
- Files can be in directories that are not web shared.
- Use ASP to allow password access and to record file downloads.
- Use the built in access code system to protect files without the need for a database of users.
- File utilities include copy, delete and append to text file.
- HTTP function to get file from remote server.
csFileDownload 2.0 is useful when individual files on the server must be password protected, or downloads controlled in some other way. Files that are in directories which are not web shared can be downloaded. The download is controlled from an ASP script so code can be executed before and after sending the file to the browser. This allows for verification of passwords, and logging of data afterwards. csFileDownload 2.0 allows possible to check whether the file was completely downloaded or cancelled before completion. An access code generation function is included to be able to generate an access code on the fly, and then verify it later. Some useful file utilities are included for ease of use, including a single command to append a line to a text file. There is also a command for taking a file from a remote server, and either saving it or streaming it to the browser.
|