From 427291144c9f5bda9461c0bd07906acd1a948a72 Mon Sep 17 00:00:00 2001 From: Shikhar Bhushan Date: Sun, 7 Mar 2010 02:26:00 +0100 Subject: [PATCH] update --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index df69d18d..1044c629 100644 --- a/README.rst +++ b/README.rst @@ -7,7 +7,7 @@ Features 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 3 implementation To get started, have a look at one of the examples. Hopefully you will find the API pleasant to work with :) @@ -31,7 +31,7 @@ compression ``zlib`` and ``zlib@openssh.com`` (delayed zlib) private key files - ``pkcs8`` (what openssh uses) encoded, ``java.security.KeyPair`` + ``pkcs8`` encoded (what openssh uses), ``java.security.KeyPair`` If you need something that is not implemented, it shouldn't be too hard to add (do contribute it!)