1.0.0 • Published 6 years ago

npm-demo-pkg123 v1.0.0

Weekly downloads
2
License
ISC
Repository
-
Last release
6 years ago

node-ftp is an FTP client module for node.js that provides an asynchronous interface for communicating with an FTP server.

Requirements node.js -- v0.8.0 or newer Install npm install ftp Examples Get a directory listing of the current (remote) working directory: var Client = require('ftp');