|
The Multi Downloader is an ActiveX control from the Clever Internet ActiveX Suite library.
This is a Download Manager component which helps you download files from the Internet.
- 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
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.
Set DownLoadItem = MultiDownLoader.DownLoadList.Add
DownLoadItem.URL = "http://www.domain.com/document.zip"
DownLoadItem.Priority = ppHigher
MultiDownLoader.Start SelectedItem, True |
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.
You can integrate Multi Downloader with Internet Explorer, Firefox, Opera, Mozilla by writing just few lines of code - see Article
Please see the Demos code (MultiDownLoader, GrabWebSite) and also the indexed Help documentation provided with the Clever Internet ActiveX Suite installation to learn more about using this control in your application.
|