diff options
author | Robey Pointer <robey@lag.net> | 2004-09-05 07:44:03 +0000 |
---|---|---|
committer | Robey Pointer <robey@lag.net> | 2004-09-05 07:44:03 +0000 |
commit | 39732652642d0faa0328ce671e6e6ca9a2983b5f (patch) | |
tree | 3d3d485456d29d88873d2739acadddf1c636c9c7 /README | |
parent | 8dbab502339064816a391ba45463c87360e88e80 (diff) |
[project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-73]
split sftp into sftp, sftp_client; renamed SFTP -> SFTPClient
add sftp_client file, and split out the common code (sftp) from stuff specific
to client mode (sftp_client). renamed SFTP class to SFTPClient, but left an
alias so old code will still work.
renamed a bunch of sftp constants now that they're better hidden from epydoc.
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ should have come with this archive. *** REQUIREMENTS python 2.3 <http://www.python.org/> - (python 2.2 may work with some pain) + (python 2.2 is also supported, but not recommended) pyCrypt <http://www.amk.ca/python/code/crypto.html> PyCrypt compiled for Win32 can be downloaded from the HashTar homepage: |