noxa.org

Project: dmcon


Overview
Name:Value
Authors:Ben Vanik (noxa)
Started:2002-01-05Finished:2002-01-09
Status:Completed
Technologies:.NET / C# / Networking
Requirements:.NET Framework 1.1
Release policy:Public - Source not available
Additional help:N/A
Category:Internet
Synopsis:Small command line HTTP downloader.

Contents
ScreenshotsDownloads
Revision historyDetails

Screenshots
Action shot2002-01-09
The application in action, showing off the downloading of a file and file resuming.


Downloads
DateVersionBinarySource
2002-01-090.001.0000Archive [8KB]N/A

Revision history
DateVersionTypeComments
2002-01-090.001.0000Initial releaseInitial release version. Fully implements core features set.

Details

Date:

2002-01-09

Author:

Ben Vanik (noxa)
dmcon is a little application I wrote to solve a simple problem: the UCF internet sucks. Things timeout. A lot. Especially during the day. Normal download managers won't do because. well, I guess I just don't like spyware. I don't know, maybe it's the whole "stealing of my personal information and monitoring of my habits" that gets to me.

But I digress; here is a lightweight, reliable, command line based download manager. Actually it's not even a manager yet, just a simple downloader like 'wget' on *nix. You give it a URL, and optionally a local file name, and it will download it. If it fails, or if you abort (ctrl-c), it will let you resume it at a later time by passing the .xml file that is created with the file information.

The resume ability is the neatest thing, because it pulls from an xml file and the data itself is untouched. This means that you can stick in whatever data you want in the xml (it's all human readable) and resume a file from anyplace (i.e., a Kazaa download could be resumed from the net).

Date:

2002-01-09

Author:

Ben Vanik (noxa)
Planned for future version:
  • Silent mode (--silent) - wouldn't say anything unless error
  • Speed display (to let you know it's doing something on those larger downloads)
  • Ability to set the referrer (some sites need this)
  • Ability to set the username/password to use

Date:

2004-02-29

Author:

Ben Vanik (noxa)
Since it's been more than two years since I wrote this, the changes of the 'planned features' getting implemented are almost nil - this project is closed! If I ever get bored I will clean up the code and post it here.