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