Create Ftp Server using NodeJs | nodejs ftp server
How to create ftp server or nodejs ftp server in node.js
Today I am going to create ftp server in my localhost using one of nodejs module(nodeftpd),
First Install nodejs on your system.
http://howtonode.org/how-to-install-nodejs…