Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Upload and deploy files from SFTP within username & password.

License

Notifications You must be signed in to change notification settings

weixin/node-sftp-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

12 Commits

Repository files navigation

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.

About

Upload and deploy files from SFTP within username & password.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

AltStyle によって変換されたページ (->オリジナル) /