Hi
I’m looking for a program the will do real-time synchronising from a Windows based PC and a FTP server.
Basically, I have a web app that creates a file on the server, a program on my local machine reads this file, deletes it and generates a new results files. My web app then reads this new file and processes the information.
I don’t want to go down the route of writing a program for my local machine as TBH, I don’t know how to, but would love a synchronisation program that could read from my FTP site and sync the contents with my local machine and vice-versa in realtime, or with a second or 2 delay.
The files I am syncing are 1-2Kb in size and a total of 3 per go.
I have tried NetDrive which syncs local to remote instantly, but not remote-local unless I force it to update, but I want it done automatically
Any advice?