summaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorRobey Pointer <robey@lag.net>2005-10-02 20:08:39 +0000
committerRobey Pointer <robey@lag.net>2005-10-02 20:08:39 +0000
commit65883e673b6c5d9d287aa496c97659b87e21411d (patch)
tree3c84dd5ed61be8e923465d45617774e3c14f17f0 /README
parentf2ec841a15ab7012a7473aeced64653312166c4c (diff)
[project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-62]
readme comments, bump version to 1.5 paras
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 0dbff4a9..b2fc4ea1 100644
--- a/README
+++ b/README
@@ -134,7 +134,7 @@ the best and easiest examples of how to use the SFTP class.
highlights of what's new in each release:
-v1.5 P...
+v1.5 PARAS
* added support for "keyboard-interactive" authentication
* added mode (on by default) where password authentication will try to
fallback to "keyboard-interactive" if it's supported
@@ -269,7 +269,7 @@ v0.9 FEAROW
- basically, just don't wait synchronously for server responses. queue
up "expected" responses and wait for them on close().
* SFTP implicit file locking?
-* server-side keyboard-interactive
+* ChannelException like the java version has
* ctr forms of ciphers are missing (blowfish-ctr, aes128-ctr, aes256-ctr)
* SFTP url parsing function to return (user, pass, host, port, path)