How to Install jsftp NPM Packages on Ubuntu / Debian

How to Install jsftp software package in NPM Packages

jsftp : A sane FTP client implementation for NodeJS. You can installing jsftp 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 jsftp
$ sudo npm install -g jsftp

If want to update the jsftp package execute the command as below,

$ sudo npm update jsftp

Update package globally,

$ npm install -g jsftp

Git clone:

$ sudo  git clone https://github.com/rektide/jsftp.git
$ sudo  npm install -g ./jsftp

jsftp@2.0.0 /usr/lib/node_modules/jsftp

How to remove jsftp package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall jsftp

Basic Information of jsftp NPM Package:

Package Name jsftp
Version 2.0.0
Description A sane FTP client implementation for NodeJS
Released Date 2017-06-08T10:54:15.261Z
Published by sergi
How to Learn https://www.npmjs.com/package/jsftp/tutorial