SFTP in Java

There are several free libraries to perform connections via FTP in Java (such as Sun SDK, Apache Commons Net, …). However, these ones doesn’t support SSH connections. In order to use this kind of connections, few alternatives can be found. I’m using J2SSH project which is an abandoned software which later evolved in J2SSH-Maverick commercial package.Continue reading “SFTP in Java”