Special characters in passwords.
I have an
@
-sign in my password. As such, I am putting %40
at that position in my password string in the open
statement of my script file. However, the login to the system fails (invalid credentials) and the log file is showing that it thinks the password has a 0
character in that position. Any idea why special character substitution in passwords is failing?