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      

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?

    Copyright © 2000-2024