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!

