NameDateSize

..21-Nov-20124 KiB

Android.mk21-Nov-2012832

examples/21-Nov-20124 KiB

FAQ.html21-Nov-201217.6 KiB

HISTORY.txt21-Nov-201216.3 KiB

LICENSE.txt21-Nov-20124.5 KiB

MODULE_LICENSE_BSD21-Nov-20120

overview.html21-Nov-2012768

pom.xml21-Nov-20125.5 KiB

README.txt21-Nov-20121 KiB

src/21-Nov-20124 KiB

README.txt

1
2Ganymed SSH-2 for Java - build 251 beta1
3========================================
4
5http://www.cleondris.ch/opensource/ssh2/
6
7Ganymed SSH-2 for Java is a library which implements the SSH-2 protocol in pure Java
8(tested on J2SE 1.4.2, 5 and 6). It allows one to connect to SSH servers from within
9Java programs. It supports SSH sessions (remote command execution and shell access),
10local and remote port forwarding, local stream forwarding, X11 forwarding, SCP and SFTP.
11There are no dependencies on any JCE provider, as all crypto functionality is included.
12
13Ganymed SSH-2 for Java was originally developed for the Ganymed replication project
14and a couple of other projects at the IKS group at ETH Zurich (Switzerland).
15
16This distribution contains the source code, examples, javadoc and the FAQ.
17It also includes a pre-compiled jar version of the library which is ready to use.
18
19- Please read the included LICENCE.txt
20- Latest changes can be found in HISTORY.txt
21
22The latest version of the FAQ is available on the website.
23
24Zurich, August 2010
25