Can you recommend an open source Java Secure Shell library that provides Secure FTP services in a Java client application? Yes – Jsch from www.jcraft.com is a pure Java implementation of SSH2 that ...
As discussed in my previous JavaWorld article “Java FTP Client Libraries Reviewed” (April 2003), FTP support in the JDK does not fully implement the FTP specification (Request for Comments 959). For ...