yarn ssh2-sftp-client 7.0.1
Updated ssh2 and some additional path checks

latest releases: 10.0.3, 10.0.2, 10.0.0...
2 years ago

This version depends on the most recent ssh2 v1.2.0 release.

A number of additional path checks have been added, mainly to provide more informative error messages when interacting with an sftp server on Windows platforms. The default global error handler has also been changed. It now just reports there was an unexpected error rather than re-throw the error. Throwing the error was not terribly useful as it is difficult for clients to catch such errors. Therefore, when an unexpected error is caught by the default global error listener, it will just report the error to the console and unset the client sftp property to prevent any further API calls until a new connection is established.

Don't miss a new ssh2-sftp-client release

NewReleases is sending notifications on new releases.