Currently I'm looking for the possibility to log skipped and errors within XML.
I'm using winscp.com to synchronize using sftp.
option batch continue
option confirm off
option reconnecttime 60
open sftp://myuser@xxxx
option transfer binary
synchronize remote -delete -mirror -speed=50 "SOURCE" "TARGET"
exit
calling the script using a Batch
WinSCP.com /console /script=winscp.script /xmllog=winscptest.log /ini=WinSCP.ini
Unfortunately skips are not reported (didn't look for errors). Is there a way to do this?
If not, I'd put it as a feature request, because we use winscp for backup and want to have the possibility to review every action that ist done with synchronizing including skip.
Thanks,
Thomas