Skip to content

Releases: ParallelSSH/ssh2-python

Post-release 0.3.1-1

04 Aug 00:21
Compare
Choose a tag to compare
Updated travis cfg. Updated setup.py classifiers

Release 0.3.1

04 Aug 00:04
Compare
Choose a tag to compare

Changes

  • SFTP file handles can now be opened with sftp.open(..) as <handle>
  • Implemented SFTP write*, seek*, stat*, fstat* and last_error methods
  • Implemented SFTPAttribute object creation and de-allocation

Fixes

  • Occasional double de-allocation issue on SFTP file handles

Release 0.3.0

01 Aug 23:29
Compare
Choose a tag to compare

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

0.2.0

29 Jul 01:01
Compare
Choose a tag to compare
Updated link