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