I'm trying to get my Continuous Integration system working from start to finish in the dev environment.
Unfortunately, the last step after publish is copying the folder to an offsite server which I can only access via FTP.
I'd like to have a service running that watches a local folder, and if it changes, updates the FTP server with those changes.
I can't seem to find something to accomplish this in Windows.
Answer
There is free open source WinSCP FTP client, which has all kinds of features for this.
The command you are looking for is in the "Commands" menu and is called "Keep remote directory up to date".
There is scripting support available as well via the keepuptodate command.

No comments:
Post a Comment