Releases: ParallelSSH/ssh2-python
Releases · ParallelSSH/ssh2-python
Post-release 0.3.1-1
Updated travis cfg. Updated setup.py classifiers
Release 0.3.1
Changes
- SFTP file handles can now be opened
with sftp.open(..) as <handle>
- Implemented SFTP
write*
,seek*
,stat*
,fstat*
andlast_error
methods - Implemented SFTPAttribute object creation and de-allocation
Fixes
- Occasional double de-allocation issue on SFTP file handles
Release 0.3.0
Changes
Agent.get_identities
no longer takes user argument- All arguments now accept both bytes and unicode strings
- Documentation strings added
- More libssh2 methods implemented
- More robust de-allocation
- Added SFTP file transfer flag and file mode definitions
wait_socket
helper function has timeout by default