Socket
Socket
Sign inDemoInstall

node-ssh

Package Overview
Dependencies
29
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous123567Next

4.1.0

Diff

Changelog

Source

4.1.0

  • Add sftp opts support in getFile, putFile, putFiles and putDirectory
steelbrain
published 4.0.1 •

Changelog

Source

4.0.1

  • Fix support for config.sock
steelbrain
published 4.0.0 •

Changelog

Source

4.0.0

  • Fix a bug where .getFile parameters were reversed. Published as a major change because it is API breaking
steelbrain
published 3.1.0 •

Changelog

Source

3.1.0

  • Implement sftp-backed mkdir
  • Implement maxAtOnce in putFiles()
steelbrain
published 3.0.1 •

Changelog

Source

3.0.1

  • Fix a bug for windows users where .putDirectory() wouldn't convert paths properly ( Thanks @lanxenet )
steelbrain
published 3.0.0 •

Changelog

Source

3.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 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)
steelbrain
published 2.0.7 •

Changelog

Source

2.0.7

  • Escape cwd parameter
  • Escape shell parameters
steelbrain
published 2.0.6 •

Changelog

Source

2.0.6

  • Fix more typos
  • Fix .get's promise never resolving
steelbrain
published 2.0.5 •

Changelog

Source

2.0.5

  • Fix some typos
steelbrain
published 2.0.4 •

Changelog

Source

2.0.4

  • Fix stdin support in .exec and .execCommand
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc