martin wrote:
You can enable XML (or session) logging to get the timestamps.
https://winscp.net/eng/docs/commandline#logging
Great many thanks for this! I will also get the log to have the date in it of when it was created using "!D-!M-!Y" and then limit that to only producing 7 days worth using "<count>*" however the log is extremely packed when all I wanted to see was:
2018-04-03 09:15:57.602 Local file '<LocalDirectoryPath>\<File>.<ext>' is new
2018-04-03 09:15:57.665 226 Successfully transferred "/<Directory>/<File>.<ext>"
...so I could easily, visually compare just the transferred files that get created.
Would I be able to produce just that with the /loglevel=0 or equivalent? (I used on test /loglevel=0)
Many thanks