From ba6e5292c871b9607591eb8f9a8e90d27edabf8e Mon Sep 17 00:00:00 2001 From: Shikhar Bhushan Date: Sat, 14 Aug 2010 00:32:35 +0100 Subject: [PATCH] update readme: --- README.rst | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 814fd2e7..1be9a996 100644 --- a/README.rst +++ b/README.rst @@ -9,7 +9,7 @@ Features of the library include: * password and publickey authentication * command, subsystem and shell channels * local and remote port forwarding -* scp + complete sftp version 3 implementation +* scp + complete sftp version 0-3 implementation Implementations of the following algorithms are included: @@ -37,8 +37,7 @@ If you need something that is not implemented, it shouldn't be too hard to add ( Dependencies ------------- -Java 6+. slf4j_ is required. bouncycastle_ is highly recommended and required for using some of the crypto algorithms. -jzlib_ is required for using zlib compression. +Java 6+. slf4j_ is required. bouncycastle_ is highly recommended and required for using some of the crypto algorithms. jzlib_ is required for using zlib compression. Help and discussion @@ -53,8 +52,6 @@ Contributing Fork away! -.. _buildr: http://buildr.apache.org/installing.html - .. _slf4j: http://www.slf4j.org/download.html .. _bouncycastle: http://www.bouncycastle.org/java.html