How to Install ftpd NPM Packages on Ubuntu / Debian

How to Install ftpd software package in NPM Packages

ftpd : Node FTP Server. You can installing ftpd 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 ftpd
$ sudo npm install -g ftpd

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

$ sudo npm update ftpd

Update package globally,

$ npm install -g ftpd

Git clone:

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

ftpd@0.2.15 /usr/lib/node_modules/ftpd

How to remove ftpd package :

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

$ sudo npm uninstall ftpd

Basic Information of ftpd NPM Package:

Package Name ftpd
Version 0.2.15
Description Node FTP Server
Released Date 2016-01-14T13:35:45.130Z
Published by sstur
How to Learn https://www.npmjs.com/package/ftpd/tutorial