File Name Corruption on transfer to windows
Using WinSCP Version 4.2.7 build 758
When the "Transfer" "Filename modification" Option Replace \:*?'... is checked some uppercase letters "A", "F", "R" & "S" are wrongly escaped to %XX. See examples below.
Unix FileName(s)
A B C D E F G H I J K L M.txt N O P Q R S T U V W X Y Z.txt
%41 B C D E %46 G H I J K L M.txt N O P Q %52 %53 T U V W X Y Z.txt
A --> %41
F --> %46
R --> %52
S --> %53
This occurs when transfering from a Unix host to windows.
Regards
Mike