Developed By : Sunil More
web-ftp-client is FTP user interface where you can browse the files and perform almost all file operation.
- Download,rename,delete file operation
- Create directory & upload mutilple files at a time
web-ftp-client uses a number of open source projects to work properly:
- [node.js] - evented I/O for the backend
- [Express] - fast node.js network app framework [@tjholowaychuk]
- [Backbonejs] - Frontend MVC framework
- [Handlebars] - great template engine.
- [Twitter Bootstrap] - great UI boilerplate for modern web apps
- [jQuery] - jQuery is a lightweight, "write less, do more", JavaScript library
https://web-ftp-client.herokuapp.com
web-ftp-client requires Node.js v4+ to run.
$ git clone https://github.com/sunilmore690/web-ftp-client.git
$ cd web-ftp-client
$ npm install
$ npm start