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