npm ssh2-sftp-client 5.3.1
Bug Fix Release

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

Fix bug in handling local relative paths

Modify handling of streams in get() and put() methods. If user specifies autoClose: false as an option, make sure that we call destroy() before the promise is resolved. For some specialised streams, setting autoClose: false is necessary to prevent additional read error when attempt is made to read from a stream which ahs already been automatically closed (for exmaple, when using a stream to limit throughput load).

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

NewReleases is sending notifications on new releases.