Re: Error synchronizing paths with german umlauts (ä,ö,ü)
I do not think this is WinSCP issue. It's rather that your batch file is in wrong encoding.
I'd suggest you store the batch file in UTF-8 encoding and use
For details, see How can I use Unicode characters on the Windows command line?
Or instead, use separate WinSCP script in UTF-8 encoding.
Similar question:
Commande LCD avec nom de répertoire et caractères accentués
I'd suggest you store the batch file in UTF-8 encoding and use
chcp 65001
command before you use the non-ASCII characters.
For details, see How can I use Unicode characters on the Windows command line?
Or instead, use separate WinSCP script in UTF-8 encoding.
Similar question:
Commande LCD avec nom de répertoire et caractères accentués