Re: What is the easiest way to query a remote XML file on someone elses Linux box using secure communication?

From: Klaus H. Probst (usenet001_at_vbbox.com)
Date: 07/01/04


Date: Thu, 1 Jul 2004 14:29:20 -0700

SSH. Otherwise SSL over HTTP, assuming the Leenucks box has Apache and a
certificate.

SSH is just another protocol over TCP, so I suppose you could write your own
implementation, or get a third party component that wraps it for you. You
could also "automate" it with something like putty (which is an SSH client
that runs on Win32).

-- 
Klaus H. Probst, MVP
   http://www.vbbox.com/
"Dan V." <danv@yah.com> wrote in message
news:#4qqZ26XEHA.1652@TK2MSFTNGP09.phx.gbl...
> Situation:
> I have to connect with my Windows 2000 server using VS.NET 2003 and C# and
> connect to a remote Linux server at another company's office and query
their
> XML file.  Their file may be updated every hour or so.  How can I do this
> easily?  I would like to use secure communication even encryption if
> possible.  I would query and insert locally only the newest records found
in
> that XML file to an xml or MS access db.
>
>


Relevant Pages