How to Install ftp NPM Packages on Ubuntu / Debian

How to Install ftp software package in NPM Packages

ftp : An FTP client module for node.js. You can installing ftp 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 ftp
$ sudo npm install -g ftp

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

$ sudo npm update ftp

Update package globally,

$ npm install -g ftp

Git clone:

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

ftp@0.3.10 /usr/lib/node_modules/ftp

How to remove ftp package :

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

$ sudo npm uninstall ftp

Basic Information of ftp NPM Package:

Package Name ftp
Version 0.3.10
Description An FTP client module for node.js
Released Date 2015-04-05T00:36:31.902Z
Published by mscdex
How to Learn https://www.npmjs.com/package/ftp/tutorial