|
The Downloader is an ActiveX control from the Clever Internet ActiveX Suite library. This component is used for downloading single URL to the local file.
- 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.
DownLoader1.URL = "http://www.domain.com/image1.jpg" DownLoader1.LocalFile = "c:\downloads\image1.jpg" DownLoader1.Start True |
Please see the Demos code (SingleDownLoader) and also the indexed Help documentation provided with the Clever Internet ActiveX Suite installation to learn more about using this component in your application.
|