Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

h-yoshida

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
h-yoshida

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