|
The Multi Downloader is a component from the Clever Internet 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.
item := clMultiDownLoader.DownLoadList.Add; item.URL := 'http://www.domain.com/document.zip'; item.Priority := ppHigher; clMultiDownLoader.Start; |
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 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.
|