Secure File Transfer over TCP/IP

Hello all,

I am looking for a secure way to transfer files from a Java application to a remote location via TCP/IP. The transfer method does not matter, whether FTP, HTTP, etc. Basically, a java application that copies myfile.txt to a location on a server, in a secured manner.

I have looked at JSSE, but I am looking for a tried and true, proven and supported means. Is there anything out there that fits the bill?

Thanks!

[456 byte] By [_Alain_] at [2007-9-26 1:43:52]
# 1

Well, next week i'll answer the questions on this page

http://www.esus.com/javaindex/j2se/jdk1.2/javasecurity/jsse/jsse.html

and other security questions (JCE, RMI/SSL, JAAS) in the newsletter javacode (http://www.esus.com/newsletter.html).

You can do so with a Client/Server approach, RMI, Servlets, ...

SSL runs on about anything.

Cheers,

Joris

vdbjoris at 2007-6-29 2:38:31 > top of Java-index,Archived Forums,New To Java Technology Archive...