have a look at my indy HTTP Multi file downloader demo (full source)
http://sourceforge.net/pro
Main Topics
Browse All TopicsIm trying to download from a site all url in the page. with IDhttp. i know how to do it with out Thread adn its so long.
I want to do it with Multi Thread like download all url in the 4 site and at the same time.
My site are in Tmemo1
site1.com/page1.php
site2.com/page1.php
site3.com/page1.php
site4.com/page1.php
and paste the url found in TMemo2.
Make it Simple Please.
Thank you all of You and sorry for my english im French ! :D
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
have a look at my indy HTTP Multi file downloader demo (full source)
http://sourceforge.net/pro
Business Accounts
Answer for Membership
by: rllibbyPosted on 2008-11-14 at 18:45:16ID: 22965472
Unless you are really dead set on using IDHttp, there are a few other alternatives for you. I have a component based on WinInet (the same library that Internet Explorer uses for downloading urls) that works very well. It runs async, so it does not block your UI thread. You can set any number of urls's to be downloaded, and the wininet library handles the thread management side of things; you only need to handle the event portion of the component. The downloads can be cancelled at any time, and you can also specify a timeout if you wish them to auto terminate after a set time. If you are interested:
e.com/Prog ramming/La nguages/Pa scal/ Delph i/Q_227350 54.html
/~rllibby/ downloads/ urldown.zi p
example usage:
http://www.experts-exchang
download area:
http://home.roadrunner.com
let me know if you have any questions. (my french is a little rusty though)
Russell