Hello, I'm using WinScp version 4.0.4, and I made a script to sync one of my folders with a remote folder.
For safety, I like to keep a log of the operations made by the sync script (which files were copied/deleted, etc). That information shows up on the screen when I run the script, but I'd like to know if there's a way to log exactly that info.
With the "logging" option set to normal, the log file is very long and unreadable, with lots of things like
> 2007-11-27 14:17:19.421 Type: SSH_FXP_READDIR, Size: 13, Number: 524
which i'm not interested in logging.
Is there a way to do what i need (without redirecting the output)?