Best way to download multiple text files?

Hi,

I need to download multiple text files that has sets of questions/answers in each one. I am going to get the list of files I need to download from calling a web service such as a .net aspx page that returns all the text files. I then need to download each one. Is it best to use network.download for the first and then on the listener go to the next file and download and so on until I am done? There can be different number of files to download each time.

Thanks,

Warren