ftp-sync
v1.2.0
Published
FTP-sync provides a simple browser based GUI that enables you to quickly synchronize files with FTP. Uses FTPimp under the hood.
Downloads
12
Maintainers
Readme
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
