download several files

Hello. Sorry for asking so many questions, i’m beginner. I need to download several files from the cloud server to my computer. With this code, only download one and Web DataList have 5 rows.

[b]dim x as integer=0

do until x > anunciospage.Anuncios1.dataList.RowCount-1


ShowURL("http://myserver/Documents/GA_" + anunciospage.Anuncios1.datalist.cell(x,0)+ ".zip")

x=x+1

loop[/b]