3rd party tool

From
K.R.Vaidyanathan <>
To
Date
2002-02-21T14:57:45Z
ID
<002401c1bae8$1fb35530$>
Thread
3rd party tool
Hi,

I am writing an application that would send XML data from one server to
another in a secured fashion. These servers are not web servers.
First I thought of invoking ftp, but then FTP as such isnt secure. Then I
thought of using secure FTP but this does'nt encrypt the data that I am
sending. It just encrypts the commands, the user id and passwords.

Any thoughts or comments about how I could proceed. I am not sure whether
HTTPS can be used, since Https is basically used for web applications.

Thanks
Vaidya