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

ipisors

Thanks

Thank you very much! I had overlooked that part of the doc.
Much appreciated!!
ipisors

Make logging non-cumulative

Hello, I have script that operates winscp on command line to put an FTP file. After my script runs, I'd like to check the WinSCP log file to see if it was successful. However, it is very difficult to create logic to check the log file, because the log file is cumulative and includes results from a lot of other times I've sent the command line.

Is there a way to change it so that every time I command line WinSCP, it creates a log file with "just the results from that one execution"? Or otherwise isolate the current execution – maybe by force-placing certain explicit text inside the log file?