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
$ sudo git clone https://github.com/rektide/ftpd.git
$ sudo npm install -g ./ftpd
ftpd@0.2.15 /usr/lib/node_modules/ftpd
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall ftpd
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 |