1.2.0 • Published 10 years ago
ftp-sync v1.2.0
FTP-sync
Browser based FTP file synchronization manager, built with NodeJS and FTPimp.

Setup
- Copy the
config/config.sample.jstoconfig/config.jsand changeconfig/config.jsvalues as needed - Copy the
config/ftp.sample.jstoconfig/ftp.jsand changeconfig/ftp.jsvalues as needed - Run
npm install - Start the server
./startornode . - Browse to http://localhost:8081/ -- or whatever port you set in the
config/config.js