Skip to content

Releases: theophilusx/ssh2-sftp-client

Bump ssh2 dependency version

24 Nov 00:13
Compare
Choose a tag to compare

Update to use most recent ssh2 release

Add exmaple of using exists()

Update documentation

Bug fix for issue #187

07 Nov 14:16
Compare
Choose a tag to compare

Bug in exist() method when testing the root directory caused an infinite loop.

Documentation and examples

28 Oct 00:19
Compare
Choose a tag to compare

Minor documentation and example fixes. Added new examples to example directory

Windows path fixes

16 Oct 21:17
Compare
Choose a tag to compare

Bugfix release addressing problems with paths on environments where the client and server are on different platforms, with one being windows and the other unix.

Improve error reporting for multiple ssh2-sftp-client clients

24 Sep 00:22
Compare
Choose a tag to compare

Added ability to set a client name.
Added work-around for SSH2 'end' event issue during connect
Add additional error checking to prevent calling connect on already connected client

Path enhancement version

09 Sep 01:03
Compare
Choose a tag to compare

Increased error checking and better handling of relative (i.e. ./path and ../path) paths

Documentation Fix

03 Sep 22:21
Compare
Choose a tag to compare

Clarify get() arguments.

Ensure get() return value is consistent.

Bugfix release for mkdir path bug

29 Aug 01:37
Compare
Choose a tag to compare

Minor fix to enable mkdir to handle relative paths correctly.

Minor package fixes

28 Aug 02:48
Compare
Choose a tag to compare

Remove additional files in package that are not required.

Version 4.0.0 release

28 Aug 02:10
Compare
Choose a tag to compare

Many bug fixes, new event handling and updated documentation