|
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.
- 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
Using Downloader you can easily download any Web and FTP resource in multiple threads without interfering with the main application process.
clDownLoader1.URL := 'http://www.domain.com/image1.jpg'; clDownLoader1.LocalFile := 'c:\downloads\image1.jpg'; clDownLoader1.Start; |
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.
When Purchasing the Clever Internet Suite you receive the full sources for all suite components and also free unlimited support.
|