Set filename character encoding in Putty's PSFTP

Posted by lacton on Super User See other posts from Super User or by lacton
Published on 2010-09-12T13:03:16Z Indexed on 2011/02/10 15:27 UTC
Read the original article Hit count: 1648

Filed under:
|
|

I am using PuTTY's command line utility psftp.exe to transfer files between a UTF8-configured linux server and a MS Windows PC.

File names containing non ASCII characters (e.g., Japanese kana) are corrupted when using the 'ls' or 'get' commands of the psftp utility.

I tried to create a saved session from putty.exe with the translation set to UTF8, and use that saved session from psftp.exe (i.e., open saved_session_with_UTF8_translation), but the filename characters were still corrupted.

How can I configure psftp.exe so that it uses the right charset for the file names?

© Super User or respective owner

Related posts about encoding

Related posts about putty