I am trying to use SSHJ to connect to a SFTP from my Java application. There are a couple of different timeouts that are present but I can't find the difference between them. Even the official docs aren't very helpful. Can someone explain the difference between?
SSHClient.setTimeout()
SSHClient.setConnectTimeout()
SFTPEngine.setTimeoutMs()
Thanks in advance.