Skip to content

Releases: steelbrain/node-ssh

v4.0.1

03 Sep 16:26
Compare
Choose a tag to compare
  • Fix support for config.sock

v4.0.0

03 Sep 16:26
Compare
Choose a tag to compare
  • Fix a bug where .getFile parameters were reversed. Published as a major change because it is API breaking

v3.1.0

03 Sep 16:26
Compare
Choose a tag to compare
  • Implement sftp-backed mkdir
  • Implement maxAtOnce in putFiles()

v3.0.1

03 Sep 16:25
Compare
Choose a tag to compare
  • Fix a bug for windows users where .putDirectory() wouldn't convert paths properly ( Thanks @lanxenet )

v3.0.0

03 Sep 16:25
Compare
Choose a tag to compare
  • 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 when cwd 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

07 Feb 12:41
Compare
Choose a tag to compare

Implement SSH.putMulti

v0.1.1

07 Feb 11:48
Compare
Choose a tag to compare
  • Implement SSH.get
  • Use ssh2's 0.3.6 version as a workaround for mscdex/ssh2#225

v0.1.0

30 Jan 23:17
Compare
Choose a tag to compare

Fixed a bug in .put
#4

v0.0.8

19 Jan 00:16
Compare
Choose a tag to compare

Moved to Lightweight Promise Library

v0.0.6

18 Jan 22:59
Compare
Choose a tag to compare

Fixed Dependenices