An open API service indexing awesome lists of open source software.

https://github.com/vasa-develop/ftp


https://github.com/vasa-develop/ftp

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

project for ftp client: ftp_client (documentation: https://github.com/mscdex/node-ftp)

run "npm install"
run "node client.js"

project for ftp server: ftp-srv (documentation: https://github.com/trs/ftp-srv)

run "npm install"
run "cd test/"
run "node start.js" (in administrative mode)

(the logic of the app is in /src folder. The file manupulation logic is in /src/fs.js)