-
Interfaces Interface Description com.trilead.ssh2.DebugLogger Logging all goes to JDK java.util.logging
-
Methods Method Description com.trilead.ssh2.channel.Channel.getReasonClosed() com.trilead.ssh2.Connection.authenticateWithDSA(String, String, String) You should use one of theauthenticateWithPublicKey()
methods, this method is just a wrapper for it and will disappear in future builds.com.trilead.ssh2.Connection.enableDebugging(boolean, DebugLogger) Logging is now sent automatically to java.util.logging, and never to theDebugLogger
.com.trilead.ssh2.Session.waitUntilDataAvailable(long) This method has been replaced with a much more powerful wait-for-condition interface and therefore acts only as a wrapper.
-
Constructors Constructor Description com.trilead.ssh2.SFTPv3Client(Connection, PrintStream) this constructor (debug version) will disappear in the future, useSFTPv3Client(Connection)
instead.