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
8
Maintainers
Readme
FTP-sync
Browser based FTP file synchronization manager, built with NodeJS and FTPimp.
Setup
- Copy the
config/config.sample.js
toconfig/config.js
and changeconfig/config.js
values as needed - Copy the
config/ftp.sample.js
toconfig/ftp.js
and changeconfig/ftp.js
values as needed - Run
npm install
- Start the server
./start
ornode .
- Browse to http://localhost:8081/ -- or whatever port you set in the
config/config.js