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