SSH Factory 3.3 (Default branch) |
|
|
SSH Factory is a set of Java based client
components for communicating with SSH and telnet
servers. Including both SSH (Secure Shell) and
telnet components, developers will appreciate the
easy-to-use API making it possible to communicate
with a remote server using just a few lines of
code. In addition, SSH Factory includes a
full-featured scripting API and easy to use
scripting language. This allows developers to
build and automate complex tasks with a minimum
amount of effort.
License: Other/Proprietary License with Free Trial
Changes:
The SshTask and TelnetTask classes were updated so
that when the cancel() method is invoked, the
underlying thread is stopped without delay.
Timeout support was improved in SSH and telnet
related classes. The
com.jscape.inet.ipclientssh.SshTunneler class was
added for use in creating local port forwarding
SSH tunnels. Proxy support was improved so that
proxy data is no longer applied to the entire JVM.
HTTP proxy support was added.
|