Downloadliste

Projektbeschreibung

J2SSH is an object-orientated Java implementation of the SSH version 2 protocol. It provides a rich, powerful, and extensible SSH API that enables developers to gain access to SSH servers and to develop entire SSH client/server frameworks. The API library provides a fully-featured SSH2 implementation specifically designed for cross-platform development. Higher level components, representing both the standard SSH client and SSH servers, are provided which implement the protocol specification for user sessions and port forwarding. The specification currently supports public key and password authentication and a full implementation of the SFTP protocol.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-05-22 10:23
0.2.9

Diese Version behebt einige Bugs, die anhängig sind, seit Jahren. Dazu gehören Zeichenkodierung Probleme in sftp und Probleme mit dem Rekeying Code. Diese Pressemitteilung ist auch das erste mit modifizierter Freisetzung, die nur unter der GPL ist.
Tags: Major bugfixes
This release fixes several bugs which have been pending for years. These include character encoding problems in sftp and problems with the rekeying code. This release is also the first modified release which is only available under the GPL.

2004-01-11 21:54
0.2.7

Dies ist ein Wartungs-Update, um Probleme in der vorherigen Version eingeführt zu lösen. Sie wurde wieder auf 0.2.5 gerollt, und die stabile Änderungen wurden wieder eingeführt, während die problematische Veränderungen entfernt wurden.
Tags: Minor bugfixes
This is a maintenance release to resolve issues introduced in the previous version. It has been rolled back to 0.2.5, and the stable changes have been re-introduced while the problematic changes have been removed.

2003-10-01 00:01
0.2.6

Diese Version hat eine Reihe von Neuentwicklungen zu sehen, um die Anzahl der benötigten Threads zu verringern und den Prozess der Verwendung der kryptografischen Erweiterungen zu vereinfachen. Nach der Installation. die Erweiterungen Paket wird nun automatisch erkannt und konfiguriert J2SSH.
Tags: Minor feature enhancements
This release has seen a number of redesigns to reduce the number of required threads and to simplify the process of using the cryptographic extensions. When installed. the extensions package is now automatically detected and configured by J2SSH.

2003-09-12 23:57
0.2.5

Diese Version behebt einige kleinere Probleme und hat auch optimiert wurden zur Beschleunigung des Prozesses der Aufbau von Verbindungen zu SSH-Servern. Die SftpClient Methoden PUT / GET wurden korrigiert, sodass ein Verzeichnis als Ziel angegeben werden, der Name der Quelldatei wird dann verwendet. Die Methode SftpClient gestellt wurde, korrigiert und ermöglichen einen absoluten Pfad für die Remote-Parameter, der nur der angegeben werden. Port-Weiterleitung kann in SshConnectionProperties konfiguriert und eingestellt, nachdem die Client-Authentifizierung automatisch gestartet.
Tags: JDK 1.3, Minor bugfixes
This release fixes a number of minor issues and has also been optimized to speed up the process of establishing connections to SSH servers. The SftpClient methods put/get have been fixed to allow a directory to be specified as the target; the name of the source file is then used. The SftpClient method put has been fixed to allow an absolute path to be specifed for the remote only parameter. Port forwarding can be configured in SshConnectionProperties and set to autostart after client authentication.

2003-09-12 23:57
0.2.5

Diese Version behebt einige kleinere Probleme und hat auch optimiert wurden zur Beschleunigung des Prozesses der Aufbau von Verbindungen zu SSH-Servern. Die SftpClient Methoden PUT / GET wurden korrigiert, sodass ein Verzeichnis als Ziel angegeben werden, der Name der Quelldatei wird dann verwendet. Die Methode SftpClient gestellt wurde, korrigiert und ermöglichen einen absoluten Pfad für die Remote-Parameter, der nur der angegeben werden. Port-Weiterleitung kann in SshConnectionProperties konfiguriert und eingestellt, nachdem die Client-Authentifizierung automatisch gestartet.
Tags: Minor bugfixes
This release fixes a number of minor issues and has also been optimized to speed up the process of establishing connections to SSH servers. The SftpClient methods put/get have been fixed to allow a directory to be specified as the target; the name of the source file is then used. The SftpClient method put has been fixed to allow an absolute path to be specifed for the remote only parameter. Port forwarding can be configured in SshConnectionProperties and set to autostart after client authentication.

Project Resources