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
- Next message: William Ryan eMVP: "Re: Creating Excel file with Jet OLE DB in VB.NET"
- Previous message: Jim Douglas: "Re: .NET & DataBase Providers"
- In reply to: Dan V.: "What is the easiest way to query a remote XML file on someone elses Linux box using secure communication?"
- Next in thread: Dan V.: "Re: What is the easiest way to query a remote XML file on someone elses Linux box using secure communication?"
- Reply: Dan V.: "Re: What is the easiest way to query a remote XML file on someone elses Linux box using secure communication?"
- Reply: Dan V.: "Re: What is the easiest way to query a remote XML file on someone elses Linux box using secure communication?"
- Messages sorted by: [ date ] [ thread ]
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. > >
- Next message: William Ryan eMVP: "Re: Creating Excel file with Jet OLE DB in VB.NET"
- Previous message: Jim Douglas: "Re: .NET & DataBase Providers"
- In reply to: Dan V.: "What is the easiest way to query a remote XML file on someone elses Linux box using secure communication?"
- Next in thread: Dan V.: "Re: What is the easiest way to query a remote XML file on someone elses Linux box using secure communication?"
- Reply: Dan V.: "Re: What is the easiest way to query a remote XML file on someone elses Linux box using secure communication?"
- Reply: Dan V.: "Re: What is the easiest way to query a remote XML file on someone elses Linux box using secure communication?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|