Socket
Socket
Sign inDemoInstall

node-sftp-deploy

Package Overview
Dependencies
37
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    node-sftp-deploy

Upload and deploy files from SFTP within username & password


Version published
Weekly downloads
29
decreased by-17.14%
Maintainers
1
Install size
1.58 MB
Created
Weekly downloads
 

Readme

Source

node-sftp-deploy NPM Version

NPM Downloads dependencies Join the chat at https://gitter.im/weixin/node-sftp-deploy TmT Name License

Upload and deploy files from SFTP within username & password.

Install

npm install --save node-sftp-deploy

Usage

var sftp = require('node-sftp-deploy');
sftp({
    "host": "10.10.10.10",
    "port": "20",
    "user": "user",
    "pass": "pass",
    "remotePath": "",
    "sourcePath": "./"
}, function(){
    //Success Callback
});

//Support Promise
sftp(sftpConfig).then(function(){
    //Success Callback
});

Contributing

This repo is build and maintained by TmT Team. If you get any bugs or feature requests, please open a new Issue or send us Pull Request, Thank you for your contributions.

Keywords

FAQs

Last updated on 26 Apr 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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