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.*;
You can try increasing the timeout on Jsch Framework.
session.connect(int Timeout) session.connect(30000);
More on Jcsh javadoc