diff --git a/README.md b/README.md new file mode 100644 index 0000000..6cb28e0 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# FTP Transfer Watcher App + +![Desktop app screenshot](screenshot.png) + +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 + +Soon I will publish compiled package for Windows, Linux and MacOS diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..104aee3 Binary files /dev/null and b/screenshot.png differ