If a password contains characters that can be URI encoded it will be changed and stored in the .netrc file. As an example I had a password where the first characters was `%` which got changed to `%25`
If a password contains characters that can be URI encoded it will be changed and stored in the .netrc file.
As an example I had a password where the first characters was
%which got changed to%25