Site Map Contact Us Home
E-mail Newsletter
Subscribe to get informed about
Clever Components news.

Your Name:
Your Email:
 
SUBSCRIBE
 
Previous Newsletters
 




Products Articles Downloads Order Support
Customer Portal      

Multi Downloader

Features | Detailed Description

The Multi Downloader is a component from the Clever Internet Suite library.
This is a Download Manager component which helps you download files from the Internet.

Available in VCL and ActiveX editions.

Features:

  • HTTP, HTTPS and FTP protocols
  • Single file downloader
  • Web site downloader - downloading of the entire web directory or website recursively
  • Multithreaded downloader
  • Resume broken / stopped downloads
  • Data Compression, Cookies, Redirects
  • Web and Proxy Authentication - Basic, Digest, NTLM, Kerberos

Build a big list of everything to download

With Multi Downloader you can create Download List, specify the order for downloading and set up each item from this Download List. You can specify downloading Priority, number of downloading Threads and many more.

// [Delphi]
item := clMultiDownLoader.DownLoadList.Add;
item.URL := 'http://www.domain.com/document.zip';
item.Priority := ppHigher;

clMultiDownLoader.Start;

Downloading certain files from a web site based on your criteria

Using Multi Downloader you can get all Images from a web site, or to get all Archives and Executables from a web site, or to get all Music from a web site. You can specify high and low bounds of the File Size range where the specified file will be downloaded. This would allow you to get all the large-sized photos from a photo gallery web site.

Easy integration with your web browser

You can integrate Multi Downloader with Internet Explorer, Firefox, Opera, Mozilla by writing just few lines of code - see Article

Samples in Delphi and C++Builder

Please see the Demos code (MultiDownLoader, GrabWebSite) and also the indexed Help documentation provided with the Clever Internet Suite installation to learn more about using this component in your application.

Complete Delphi source code

When Purchasing the Clever Internet Suite you receive the full sources for all suite components and also free unlimited support.

Interested?

    Copyright © 2000-2024