diff options
author | Robey Pointer <robey@lag.net> | 2005-05-10 17:36:38 +0000 |
---|---|---|
committer | Robey Pointer <robey@lag.net> | 2005-05-10 17:36:38 +0000 |
commit | 366f216e3f4792da0f619e6aeff84a91230c2527 (patch) | |
tree | f25a96245cc7850c15482db7a407788c44446d39 /README | |
parent | e8efe095a68a764b1b9ebaa73510fea16707fd5a (diff) |
[project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-8]
add unit tests for the packetizer, and fix a little locking bug where i think more of the packetizer write function should be inside a lock
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -226,10 +226,10 @@ v0.9 FEAROW *** MISSING LINKS * ctr forms of ciphers are missing (blowfish-ctr, aes128-ctr, aes256-ctr) -* server mode needs better documentation -* why are big files so slow to transfer? profiling needed... * would be nice to have an ftp-like interface to sftp (put, get, chdir...) +* why are big files so slow to transfer? profiling needed... * speed up file transfers! * what is psyco? +* make a simple example demonstrating use of SocketServer |