Name conversion to URL
I have records in a database on Linux that include characters that are not recognized in Windows, e.g., "abc*def". WinSCP will convert that record ID to "abc%2Adef". But, If I have already converted it on the Linux box for an archive, I get "abc%252Adef" and it appears that WinSCP is converting the "%" sign to "%25". Can this be managed?