Secure file transfer

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 jave 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!

[455 byte] By [_Alain_] at [2007-9-26 1:43:44]
# 1
Take a look at http://www.isnetworks.net/ssh/ for a free implementation of scp for java.scp is part of the secure shell ( http://www.openssh.com/ ) providing secure connections between hosts for terminal emulation, port forwarding and file transfer.
tbraun at 2007-6-29 2:38:13 > top of Java-index,Archived Forums,Java Programming...