diff options
author | Robey Pointer <robey@lag.net> | 2005-10-02 20:08:39 +0000 |
---|---|---|
committer | Robey Pointer <robey@lag.net> | 2005-10-02 20:08:39 +0000 |
commit | 65883e673b6c5d9d287aa496c97659b87e21411d (patch) | |
tree | 3c84dd5ed61be8e923465d45617774e3c14f17f0 /README | |
parent | f2ec841a15ab7012a7473aeced64653312166c4c (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-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |