Noobie to WinSCP - Delete after Sync help plz.
Thanks in large part to the examples & content on this site (which are superb), I have composed the following script to synchronize the contents of a remote dir with the local dir;
option batch on option confirm off open username:password@sftp.site.com cd /remotedir option transfer binary synchronize local -delete synchronize local c:\localdir /remotedir close exit
Is there something I have missed in using this condition in my script?