https://github.com/vasa-develop/ftp
https://github.com/vasa-develop/ftp
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vasa-develop/ftp
- Owner: vasa-develop
- Created: 2018-09-08T14:56:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-08T14:57:50.000Z (over 7 years ago)
- Last Synced: 2024-12-29T08:42:54.610Z (about 1 year ago)
- Language: JavaScript
- Size: 694 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
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)