Replacing Colons with underscore

Advertisement

charman123
Guest

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

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,476
Location:
Prague, Czechia

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
...

Reply with quote

Advertisement

You can post new topics in this forum