Bits Monitor is a simple application designed to be a simple C# 2.0 program that uses BITS to download files from web. By using Bits Monitor, you can easily manage and monitor all web downloads.
The idea behind BitsMonitor is to use Windows built-in technology called Background Intelligent Transfer Service to download files from web. BitsMonitor may be called a wrapper for a BIT service. What it does is only creates jobs, add links to the file user wants to download and gets information about downloading progress from BITS.
New downloads may be added from application itself or a command line arguments. The only thing that BitsMonitor tries to do is to resume (restart) jobs (it does it by monitoring downloads) if downloading error occurs.
Requirements:
· NET Framework 2.0
What's New in This Release: [ read full changelog ]
· Checking for permission to save file in specified location
· Unhandled exceptions are now logged to a log file (application folder)
· Recently used folder (location) is used by default