1.2.0 • Published 9 years ago

ftp-sync v1.2.0

Weekly downloads
15
License
-
Repository
github
Last release
9 years ago

FTP-sync

Browser based FTP file synchronization manager, built with NodeJS and FTPimp.

FTP-Sync GUI

Setup

  1. Copy the config/config.sample.js to config/config.js and change config/config.js values as needed
  2. Copy the config/ftp.sample.js to config/ftp.js and change config/ftp.js values as needed
  3. Run npm install
  4. Start the server ./start or node .
  5. Browse to http://localhost:8081/ -- or whatever port you set in the config/config.js