[twsocket] download several files sequentially

2011-05-30 Thread Vlad Drozd
Hello! Please, give me a small advice.

You wrote:

If you want to download several files sequentially, just build a list of
 files and use one component to download each file after the each other.

Question: how can I perform this? I am trying to make a list and download a
next file working with  a RequestDone event. But I have an error
(EAccessViolation at address) when I use component to download other file.

Can you write a couple of strings of code how to do this?

I will appreciate this. Thanks!

Best regards,
Vlad.
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] download several files sequentially

2011-05-30 Thread Francois PIETTE

If you want to download several files sequentially, just build a list of
files and use one component to download each file after the each other.


Question: how can I perform this? I am trying to make a list and download 
a

next file working with  a RequestDone event. But I have an error
(EAccessViolation at address) when I use component to download other file.


You need one component per file.


Can you write a couple of strings of code how to do this?


Just have a look at the sample program OverbyteIcsHttpAsy which is part of 
ICS distribution :-)

It shows how to download many files, either sequentialy or simultaneously.

--
francois.pie...@overbyte.be
The author of the freeware multi-tier middleware MidWare
The author of the freeware Internet Component Suite (ICS)
http://www.overbyte.be

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be