jsch icon indicating copy to clipboard operation
jsch copied to clipboard

fork of the popular jsch library

Results 114 jsch issues
Sort by recently updated
recently updated
newest added

Bumps [de.thetaphi:forbiddenapis](https://github.com/policeman-tools/forbidden-apis) from 3.7 to 3.8. Commits ce2cc95 Switch into release mode ffceb5d Upgrade to ASM 9.7.1 to add support for Java 23 and parsing of class files of... bef9a18...

dependencies
java

We have a SFTP Server which uses both password and publicKey for authentication on Bitvise. Our SftpClient is using jsch 0.2.19. We have incorporated addIdentity and set password on our...

Using version 02.19 with Apache commons. In our application, we frequently connect to a third party SFTP server. Looks like, sometime, the server fails to retrieve a file. In this...

With JSCH version 0.1.55, we were able to successfully authenticate using a password. However, after upgrading to version 0.2.16, password authentication is no longer successful. Here is the relevant portion...