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:
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
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