Home | History | Annotate | only in /external/ganymed-ssh2
Up to higher level directory
NameDateSize
Android.mk20-Sep-2013832
examples/20-Sep-2013
FAQ.html20-Sep-201317.6K
HISTORY.txt20-Sep-201316.3K
LICENSE.txt20-Sep-20134.5K
MODULE_LICENSE_BSD20-Sep-20130
overview.html20-Sep-2013768
pom.xml20-Sep-20135.5K
README.txt20-Sep-20131K
src/20-Sep-2013

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