Home | History | Annotate | only in /external/ganymed-ssh2
Up to higher level directory
NameDateSize
Android.mk10-Jul-2012832
examples/10-Jul-2012
FAQ.html10-Jul-201217.6K
HISTORY.txt10-Jul-201216.3K
LICENSE.txt10-Jul-20124.5K
MODULE_LICENSE_BSD10-Jul-20120
overview.html10-Jul-2012768
pom.xml10-Jul-20125.5K
README.txt10-Jul-20121K
src/10-Jul-2012

README.txt

      1 
      2 Ganymed SSH-2 for Java - build 251 beta1
      3 ========================================
      4 
      5 http://www.cleondris.ch/opensource/ssh2/
      6 
      7 Ganymed 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
      9 Java programs. It supports SSH sessions (remote command execution and shell access),
     10 local and remote port forwarding, local stream forwarding, X11 forwarding, SCP and SFTP.
     11 There are no dependencies on any JCE provider, as all crypto functionality is included.
     12 
     13 Ganymed SSH-2 for Java was originally developed for the Ganymed replication project
     14 and a couple of other projects at the IKS group at ETH Zurich (Switzerland).
     15 
     16 This distribution contains the source code, examples, javadoc and the FAQ.
     17 It 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 
     22 The latest version of the FAQ is available on the website.
     23 
     24 Zurich, August 2010
     25