المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : How to collect and download links with documents automatics?



C# Programming
12-14-2009, 08:14 PM
There are some thousands of xmlfiles i want to have from internet, but instead of downloading them one by one, is it possible to build an application that can do that for me?

Exempelfile: http://somedomain.com/XmlResults/Id=100

so, from id=100 it goes up 1 step upto id=10000 and each step is 1 xmldocument

if someone know how i should start to build it, it would be nice to hear from you.

Thanks!!