Site Map Contact Us Home
 
Subscribe and receive email notifications on all major releases and other important events.
Your Name:
Your Email:
 
Latest News


Access repair download
Repair Database Files


ProductsArticlesDownloadsOrderSupport

Downloader

Features | Detailed Description

The Downloader is a component from the Clever Internet Suite library.
This component is used for downloading single URL to the local file or into the memory.

Available in VCL and ActiveX editions.

Features:

  • HTTP, HTTPS and FTP protocols
  • Single file downloader
  • Multithreaded downloader
  • Resume broken / stopped downloads
  • Data Compression, Cookies, Redirects
  • Web and Proxy Authentication - Basic, Digest, NTLM, Kerberos

Download URL in just few lines of code

Using Downloader you can easily download any Web and FTP resource in multiple threads without interfering with the main application process.

// [Delphi]
clDownLoader1.URL := 'http://www.domain.com/image1.jpg';
clDownLoader1.LocalFile := 'c:\downloads\image1.jpg';

clDownLoader1.Start;

Samples in Delphi and C++Builder

Please see the Demos code (SingleDownLoader) 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?

Home | Products | Downloads | Order | Support | Contact Us
    Copyright © 2000-2011