I need help with connection to SFTP server? Does anybody have working code?
I found something like this
package test.JSch; import com.jcraft.jsch.*;
I've had success using the JSch library. It has notoriously bad documentation, but is rumored to implement its SSH functionalities very strictly and efficiently.