Auto keepuptodate
I've been looking for the script for this but so far it doesn't seem to wan to work for me.
I want to have a sync between two servers that will add new and delete old from the destination.
I have got as far as the getting the following but it's not even registering on the remote server that it's trying to connect.
Batch file runs:
Script is set to (the files to sync are in the root directory when you log into the FTP):
Where am I going wrong?
All help is appreciated.
I want to have a sync between two servers that will add new and delete old from the destination.
I have got as far as the getting the following but it's not even registering on the remote server that it's trying to connect.
Batch file runs:
"C:\Program Files (x86)\WinSCP\winscp.exe" /command /script-C:\Datastore\SC2-Script.txt /log=C:\DataStore\WinSCP.log
Script is set to (the files to sync are in the root directory when you log into the FTP):
option batch on option confirm off option batch continue open UserAccount@adomain.com keepuptodate -delete -resumesupport=on Q:\DE /
Where am I going wrong?
All help is appreciated.