Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: Log file verbosity

koro wrote:


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.

No. But you can redirect the output to file.
koro

Log file verbosity

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)?