5.3.1
版本发布时间: 2020-09-14 08:50:47
theophilusx/ssh2-sftp-client最新发布版本:v11.0.0(2024-08-07 10:09:55)
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).