XML Log Not Appending in 4.24b
I'm using a batch file to call WinSCP (with logging enabled. Each time the batch file is run, the XML log is written over. In other words, instead of the log getting appended with each new running of the batch file, it's completely over-written with new information.
Here is the batch file call:
Here are the contents of
I would like to either maintain one log file or create log files based on the date if one log file is not possible.
Here is the batch file call:
winscp.exe /console /script=winscpscript.txt /log=winscplog.xml
winscpscript.txt
:
I would like to either maintain one log file or create log files based on the date if one log file is not possible.