diff options
author | Robey Pointer <robey@lag.net> | 2005-07-13 08:35:15 +0000 |
---|---|---|
committer | Robey Pointer <robey@lag.net> | 2005-07-13 08:35:15 +0000 |
commit | 93f3cae64ffa5698175b6f89a677b64a66a29a59 (patch) | |
tree | 65847abd7ddc713743488274c99d82ec19d6461c /README | |
parent | 1f88224239546d1ef9dcfce77572765d9a094623 (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-- | README | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) |