Hi ,I am new to this site. We are facing an intermittent issue with the SSHFTPClient. We have one application which connects unix server using SFTP to upload files. We observed the below error intermittently when connecting to Unix box
com.enterprisedt.net.j2ssh.transport.TransportProtocolException: The connection did not complete
at com.enterprisedt.net.j2ssh.transport.TransportProtocolClient.onStartTransportProtocol(Unknown Source)
at com.enterprisedt.net.j2ssh.transport.TransportProtocolCommon.startTransportProtocol(Unknown Source)
at com.enterprisedt.net.j2ssh.SshClient.connect(Unknown Source)
at com.enterprisedt.net.ftp.ssh.SSHFTPClient.connect(Unknown Source)
FYI, Target server is a shared environment where we can see multiple connections simultaneously. We are using jars edtftpj-pro.jar and edtftpj-pro-license.jar of version 1.5.4 for SFTP
Could you please help us to resolve this?. Thank you in advance
Regards
Srinivas