Hi, winscp is a great problem with a powerful scripting interface. I was wondering if you could clarify how I could set the option in a script to support unicode file names (in this case Chinese).
According to this link:
https://winscp.net/eng/docs/sftp
"With FTP protocol this means that UTF-8 will be used when the server announces support for it."
Should I put in this line?
option UTF-8 encoding for filenames on
or this line?
option UTF-8 on
Donny