gulp-sftp : Upload files via SSH. You can installing gulp-sftp npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install gulp-sftp $ sudo npm install -g gulp-sftp
If want to update the gulp-sftp package execute the command as below,
$ sudo npm update gulp-sftp
Update package globally,
$ npm install -g gulp-sftp
$ sudo git clone https://github.com/rektide/gulp-sftp.git
$ sudo npm install -g ./gulp-sftp
gulp-sftp@0.1.5 /usr/lib/node_modules/gulp-sftp
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gulp-sftp
Package Name | gulp-sftp |
Version | 0.1.5 |
Description | Upload files via SSH |
Released Date | 2015-09-08T22:31:21.209Z |
Published by | gtg092x |
How to Learn | https://www.npmjs.com/package/gulp-sftp/tutorial |