A complete ZIP file containing samples, documentation and full source-code.
Looking for a high-speed HTTP downloading component?
I wrote this component when I was in need of a parallel downloading component - that could download from multiple sites at the same time to provide content that cold be assembled once everything is returned. I originally tried to do this in .Net but the speed was not what I needed it to be (as I was using it in ASP.NET). Are you building an RSS reader? This component is critical to your success.
Screenshots: These are screenshots from two windows form applications designed to test the methods:
Another test application: Results:
Features:
Basic Features:
C++ source code
Very easy to use
High performance
Easy to deploy
Parallel downloading
Linked to the OpenSSL package to download from https sites
Licensing: Full source-code (C++ and C#) is provided. You are free to modify and distribute compiled binaries. Permission is not granted to distribute the source-code. If you need further clarification on this license, please contact me.
What's Included:
VS2003 C++ source-code to HttpDownload and HttpDownloadManager