A Alvaro Lamas Castillo Oct 15, 2004 #1 Hi, how can I download a file from a webserver so I can process it? TIA
A Arne Janning Oct 15, 2004 #2 Hi Alvaro! Hi, how can I download a file from a webserver so I can process it? Click to expand... Have a look at the System.Net.FileWebRequest-Class http://msdn.microsoft.com/library/en-us/cpref/html/frlrfsystemnetfilewebrequestclasstopic.asp Cheers Arne Janning
Hi Alvaro! Hi, how can I download a file from a webserver so I can process it? Click to expand... Have a look at the System.Net.FileWebRequest-Class http://msdn.microsoft.com/library/en-us/cpref/html/frlrfsystemnetfilewebrequestclasstopic.asp Cheers Arne Janning
H Herfried K. Wagner [MVP] Oct 15, 2004 #3 Alvaro Lamas Castillo said: Hi, how can I download a file from a webserver so I can process it? Click to expand... 'WebClient.DownloadFile'.
Alvaro Lamas Castillo said: Hi, how can I download a file from a webserver so I can process it? Click to expand... 'WebClient.DownloadFile'.