lcd command does not work include japanese folder name

Advertisement

h-yoshida
Joined:
Posts:
2

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

Reply with quote

Advertisement

h-yoshida
Joined:
Posts:
2

Re: lcd command does not work include japanese folder name

It was caused script file is a shift jis.
It was resolved by the utf-8 of the script file.

Thank you for advice. :D

Reply with quote

Advertisement

You can post new topics in this forum