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.

2003-09-12 23:57 Retour à la liste release
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.

Project Resources