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: Replacing Colons with underscore

Replacing characters with underscore was deprecated in favor of URL-encoding them. However you can revert to previous behaviour by manually editing the configuration:
[HKEY_CURRENT_USER\Software\Martin Prikryl\WinSCP 2\Configuration\Interface\CopyParam]

...
"ReplaceInvalidChars"=dword:00000002
...
charman123

Replacing Colons with underscore

I'm copying files from a linux machine (I think) to a winxp pc. The linux file names have colons. When I copy them over to the pc, the colons are replace by %3A instead of _. How can I set up winscp to do this automatically?

Thanks!
Rick