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

martin

Re: Convert special characters ±±±± to ------- in transfer

Note that the recent versions of WinSCP can transfer files with any characters in their names without any conversion.
martin

Re: Convert special characters ±±±± to ------- in transfer

Jens Jespersen wrote:

I will like to convert the ± to - when I do the transfer, is this possible?

First you need to find how the conversion happens. It may happen implicitly in the OS or explicitly by WinSCP if it considers the remote filename to be UTF-8 encoded. What protocol are you using?
Then you can instruct WinSCP to URL-encode these characters, by manually editing following registry key:
REGEDIT4


[HKEY_CURRENT_USER\Software\Martin Prikryl\WinSCP 2\Configuration\Interface\CopyParam]
"LocalInvalidChars"="/%5C:%2A%3F\"<>|"

(note that some special characters are also URL-encoded in the configuration).
Jens Jespersen

Convert special characters ±±±± to ------- in transfer

Hi
I have this filename ANL±±AP10±±±±±±M$LSK.±BR@ND±MED±1±PUMPE±±±±±±±±±±±TM003557.model and will like to copy to PC, no problem if PC are working in English, but if it is an Chinese PC, the special ± are converted to some special Chinese characters that can§t be used.

I will like to convert the ± to - when I do the transfer, is this possible?

Jens