Releases: steelbrain/node-ssh
Releases · steelbrain/node-ssh
v4.0.1
- Fix support for
config.sock
v4.0.0
- Fix a bug where
.getFile
parameters were reversed. Published as a major change because it is API breaking
v3.1.0
- Implement sftp-backed
mkdir
- Implement
maxAtOnce
inputFiles()
v3.0.1
v3.0.0
- Rename
.end
to.dispose
- Rename
.get
to.getFile
- Rename
.put
to.putFile
- Rename
.putMulti
to.putFiles
- Add
.putDirectory
function to copy entire directories - Change order of
.getFile
parameters - Extended parameter validation in
.putFiles
- Close SFTP connections after they are used
- Hide errors from
cd
whencwd
is 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
v0.0.6
Fixed Dependenices