Updater .NET library (version 1.0.0.2) is a tiny library which contains a code for
downloading files from HTTP or FTP servers, so it's useful for checking and downloading
files from update servers or download a file for other use. Everything is done in
few lines of code.
- Add DLL as reference to .NET project
- Support for HTTP and FTP servers
- Support for FTP credentials
- Choose how should library treat files - overwrite method or One-Copy backup supported