Tracker »

Issue 32 – Reverse escaping of special characters on upload

: Core
: Unspecified
: Enhancement
: High
: 0
: RESOLVED
: IMPLEMENTED
: 4.1
On download WinSCP escapes characters not allowed on Windows filesystems. The process should be reversed on upload for consistency. However it may cause troubles, for files that contain % deliberately in their name.

This is related to Issue #31
This is related to Issue #58
Only sequences %AB representing character that would be escaped on download are unescaped. Other occurrences of % are left intact.