All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sf.sshapi.impl.jsch.package.html Maven / Gradle / Ivy

Go to download

JSch is a pure Java implementation of SSH2. JSch allows you to connect to an sshd server and use port forwarding, X11 forwarding, file transfer, etc., and you can integrate its functionality into your own Java programs. JSch is licensed under BSD style license. Downloads and more information about JSch may be found at http://www.jcraft.com/jsch/. This library is the provider bridge for SSHAPI.

There is a newer version: 1.1.2
Show newest version


JSch is a pure Java implementation of SSH2. JSch allows you to connect to an sshd server and use port forwarding, X11 forwarding, file transfer, etc., and you can integrate its functionality into your own Java programs. JSch is licensed under BSD style license.

Downloads and more information about JSch may be found at http://www.jcraft.com/jsch/.

Known Issues

  • JSch does not actually support separate connect / authenticate phases, so the connect() method does not actually connect to anything, and no exceptions will be thrown. The actual connection occurs during the authenticate() method.
  • Again, because JSch does not actually support separate connect / authenticate phases, an accurate value for getRemoteIdentification() will not be available until after authenticated.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy