Télécharger la liste

Description du projet

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.

Système requise

System requirement is not defined
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

Cette version corrige plusieurs bugs qui ont été en attente pendant des années. Il s'agit notamment de problèmes de codage des caractères en SFTP et problèmes avec le code ressaisie. Ce communiqué est également la libération modifiée première qui est uniquement disponible sous licence GPL.
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

Il s'agit d'une version de maintenance pour résoudre les questions introduites dans la version précédente. Elle a été restaurée vers 0.2.5, et les changements stables ont été ré-introduit alors que la problématique des changements ont été enlevés.
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

Ce communiqué a vu un certain nombre de refontes de réduire le nombre de threads requis et à simplifier les processus d'utilisation des extensions de cryptographie. Une fois installé. la distribution des extensions est désormais automatiquement détectées et configurées par 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

Cette version corrige un certain nombre de questions mineures et a également été optimisée pour accélérer le processus d'établir des connexions vers des serveurs SSH. Les méthodes SftpClient put / get ont été corrigées pour permettre un répertoire à préciser que la cible, le nom du fichier source est alors utilisé. La méthode PUT SftpClient a été fixé pour permettre à un chemin absolu à être spécifiés pour le seul paramètre à distance. Le transfert de port peut être configuré dans SshConnectionProperties et mis en démarrage automatique après l'authentification du client.
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

Cette version corrige un certain nombre de questions mineures et a également été optimisée pour accélérer le processus d'établir des connexions vers des serveurs SSH. Les méthodes SftpClient put / get ont été corrigées pour permettre un répertoire à préciser que la cible, le nom du fichier source est alors utilisé. La méthode PUT SftpClient a été fixé pour permettre à un chemin absolu à être spécifiés pour le seul paramètre à distance. Le transfert de port peut être configuré dans SshConnectionProperties et mis en démarrage automatique après l'authentification du client.
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