Re: Log file growing larger than specified limit
Your syntax looks good. Make sure you have up to date version of WinSCP. If you have, please attach the session log (or just its header).
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
"C:\Program Files (x86)\WinSCP\WinSCP.com" ^
/log="E:\ftplog\WinSCP.log" /ini=nul /logsize=5*10M ^
/command ^
"open redacted" ^
"option batch continue" ^
"option confirm off" ^
"lcd E:\Peraton" ^
"cd /" ^
"put -delete *.xml" ^
"exit"