Releases: steelbrain/node-ssh
Releases · steelbrain/node-ssh
v4.1.0
- Add sftp
optssupport ingetFile,putFile,putFilesandputDirectory
v4.0.1
- Fix support for
config.sock
v4.0.0
- Fix a bug where
.getFileparameters were reversed. Published as a major change because it is API breaking
v3.1.0
- Implement sftp-backed
mkdir - Implement
maxAtOnceinputFiles()
v3.0.1
v3.0.0
- Rename
.endto.dispose - Rename
.getto.getFile - Rename
.putto.putFile - Rename
.putMultito.putFiles - Add
.putDirectoryfunction to copy entire directories - Change order of
.getFileparameters - Extended parameter validation in
.putFiles - Close SFTP connections after they are used
- Hide errors from
cdwhencwdis supplied but it does not exist - Do not throw sync errors in async functions, return a rejected promise instead
- Propagate the private key read error if it's not ENOENT (ie. permissions issue)
- Changed the signature of input in
.putFiles(ie. lowercase the props, from Local to local and from Remote to remote)
v0.1.2
Implement SSH.putMulti
v0.1.1
- Implement SSH.get
- Use ssh2's 0.3.6 version as a workaround for mscdex/ssh2#225
v0.1.0
v0.0.8
Moved to Lightweight Promise Library