Cor
Fri May 09 02:47:22 CDT 2008
There are many possibilities, to get files from a server to a client,
however from where are you accessing it.
If it is a WindowsForm or WindowsService then the webclient.download is
probably the most simple one.
If it is a Webpage then simple adding a link on your page does it.
Cor
<kronecker@yahoo.co.uk> schreef in bericht
news:1ff2cfba-62dd-4965-9eb4-071ee714b4d7@w8g2000prd.googlegroups.com...
> On May 9, 2:17 pm, Family Tree Mike
> <FamilyTreeM...@discussions.microsoft.com> wrote:
>> Is something using System.Net.WebClient.DownloadFile() sufficient?
>>
>> "kronec...@yahoo.co.uk" wrote:
>> > I want to set some switches in say HTML, write the data to a file and
>> > then read this file from a vb.et program. What is the best approach? I
>> > thought at first maybe an RSS feed would do then I thought this was an
>> > overkill since the data was more or less just 4 strings of true or
>> > false each!
>> > What would be the best approach? An XML file local on the server maybe
>> > or a text file? How to read it remotely from my computer?
>>
>> > Thanks
>>
>> > k.
>
> Sounds promising. So the file could be a text file on the server ie
> test_remote.txt say from a url
>
>
http://test.com/test_remote.txt
>
> how to get this to a local file myfile_local.txt ?
>
> K.