J
Jared
Hi,
Dim wc As New System.Net.WebClient()
wc.DownloadFile("http://jared.site.net.au/resort/version.txt",
"c:\mytext.txt")
The remote server returned an error: (406) Not Acceptable
But I can see the file on IE. What is the problem?
Thanks
JAred
Dim wc As New System.Net.WebClient()
wc.DownloadFile("http://jared.site.net.au/resort/version.txt",
"c:\mytext.txt")
The remote server returned an error: (406) Not Acceptable
But I can see the file on IE. What is the problem?
Thanks
JAred