@@ -78,6 +78,7 @@ public class SftpService {
session.disconnect();
}
channel = session.openChannel("sftp");
+ channel.connect(10000);
try {
channel.connect();
} catch (Exception e) {