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: action log file question

You cannot append XML files. It won't be valid XML file anymore.
a31modela

action log file question

Hello,
I am trying to set up winscp so I can log what the users are doing when they get in. I have edited an ini file with the following under the actionlogfilename:

[Configuration\Logging]

Logging=0
LogFileName=%25TEMP%25%5C!S.log
LogFileAppend=1
LogWindowLines=100
LogProtocol=0
LogActions=1
ActionsLogFileName=c:%5Ctmp%5Cscptest%5Cscpactionlog%25USERNAME%25.xml
LogView=0
LogWindowOnStartup=1
LogWindowParams=-1;-1;500;400;0;96


As of now, when I start winscp I generate a log file called scpactionlog[USERNAME].xml It does what I need it to do but it starts a new action log everytime I start a new session. Can I append the action log instead of starting a new one every time? I have tried to copy the line LogfileAppend=1 under the actionlogfilename but that didn't work.

Thanks,
Steve