https://github.com/buggyzap/ftp-transfer-watcher-app
Transfer your local files to remote FTP and monitor file changes in 1 minute!
https://github.com/buggyzap/ftp-transfer-watcher-app
ftp-daemon ftp-sync ftp-syncronization ftp-transfer ftp-watcher local-to-ftp
Last synced: 3 months ago
JSON representation
Transfer your local files to remote FTP and monitor file changes in 1 minute!
- Host: GitHub
- URL: https://github.com/buggyzap/ftp-transfer-watcher-app
- Owner: buggyzap
- Created: 2022-11-10T20:59:33.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T21:47:08.000Z (over 2 years ago)
- Last Synced: 2025-01-15T12:14:21.374Z (5 months ago)
- Topics: ftp-daemon, ftp-sync, ftp-syncronization, ftp-transfer, ftp-watcher, local-to-ftp
- Language: CSS
- Homepage:
- Size: 650 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FTP Transfer Watcher App

Source of Electon Desktop app to synchronize changes in local folder to FTP remote server.
Any files added or changed in a **source** folder, we're moved to Remote FTP and moved to backup folder.
## Use cases
You will need it in case you want to keep a remote folder updated via FTP from a local folder, like system integrations solutions.
## Contribute or use it
Clone the repo, install dependecies and run
`npm start`## Download
MacOS: [Download last release](https://github.com/buggyzap/ftp-transfer-watcher-app/releases/download/v1.0.0/ftp-transfer-watcher-app.zip)
Soon I will publish compiled package for Windows and Linux