Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 603 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 603 Bytes

SimpleWebFTP

This is a simple web FTP client using Webix UI components and a NodeJS server.

Simple Web FTP

Installation

$ git clone https://github.com/dahas/SimpleWebFTP.git
$ cd SimpleWebFTP
$ npm install
$ npm install -g bower
$ bower install

Launch

$ node server

Enter localhost:8080 in browser.

Known problems

The app is probapply only working well on Windows since I haven't tested it on any other machine. Sorry for that.

License

MIT

Author

Martin Wolf