This is an ASP.NET class which can control binary file downloads through an ASPX script. csNetDownload 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.NET to allow password access or other verification and to record file downloads.
- Methods are included to stream or save files from a remote server.
ASP.NET class can be used when individual files on the server must be password protected, or downloads controlled from script in some other way. Files can be downloaded even if they are outside the web site directory structure, protecting them from unauthorised downloads. The download is controlled from an ASP.NET script so code can be executed before and after sending the file to the browser. csNetDownload allows for verification of passwords, and logging of data afterwards. It is sometimes possible to check whether the file was completely downloaded or cancelled before completion. In addition to the file streaming method, there is functionality to use HTTP to retrieve a file from a different server, and then either save this file or save it on the server.
|