lcd command does not work include japanese folder name
In WinSCP 5.9, lcd of scripting command does not work a path that includes the japanese folder name.
Here is the command line:
winscp.exe /console /script=test.txt /log=log.txt
Here is the script:
option batch on
open user:path@site
lcd C:\Users\taro\テスト
get testfile.txt
close
exit
Here is the command line:
winscp.exe /console /script=test.txt /log=log.txt
Here is the script:
option batch on
open user:path@site
lcd C:\Users\taro\テスト
get testfile.txt
close
exit