summaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorRobey Pointer <robey@lag.net>2005-05-10 17:36:38 +0000
committerRobey Pointer <robey@lag.net>2005-05-10 17:36:38 +0000
commit366f216e3f4792da0f619e6aeff84a91230c2527 (patch)
treef25a96245cc7850c15482db7a407788c44446d39 /README
parente8efe095a68a764b1b9ebaa73510fea16707fd5a (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--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 01b89396..50123140 100644
--- a/README
+++ b/README
@@ -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