summaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorRobey Pointer <robey@lag.net>2005-07-13 08:35:15 +0000
committerRobey Pointer <robey@lag.net>2005-07-13 08:35:15 +0000
commit93f3cae64ffa5698175b6f89a677b64a66a29a59 (patch)
tree65847abd7ddc713743488274c99d82ec19d6461c /README
parent1f88224239546d1ef9dcfce77572765d9a094623 (diff)
[project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-33]
add SFTPClient.put and SFTPClient.get, and make sftp file objects auto-close on del
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 0 insertions, 1 deletions
diff --git a/README b/README
index 35f02251..033f4a5e 100644
--- a/README
+++ b/README
@@ -238,7 +238,6 @@ v0.9 FEAROW
* ctr forms of ciphers are missing (blowfish-ctr, aes128-ctr, aes256-ctr)
-* would be nice to have an ftp-like interface to sftp (put, get, chdir...)
* cool sftp extension: retreive MD5 or SHA1 of section of a file
* SFTPClient.from_url('sftp://robey@arch.lag.net/folder/filename', 'r+')
keep cache of opened sftp clients by (host, port, username)