Hi Group,
to use special characters in an FTP password, I have to encode them:
"@" : "%40"
"/" : "%2F"
If I have two "special" characters for instance @123/ it will become: %40123%2F
A "GET FTP" with the encoded was not succesful - password incorrect. After we checked the log files on the server, we saw, that the get ftp used the password: 2F. We imagine, that it is looking for a resource variable %40123%, which it shouldn't, because it is not existing.
Are you aware of a release character? We tried %%, but this is also not working.
Thanks in advance for any hint.
Christian
to use special characters in an FTP password, I have to encode them:
"@" : "%40"
"/" : "%2F"
If I have two "special" characters for instance @123/ it will become: %40123%2F
A "GET FTP" with the encoded was not succesful - password incorrect. After we checked the log files on the server, we saw, that the get ftp used the password: 2F. We imagine, that it is looking for a resource variable %40123%, which it shouldn't, because it is not existing.
Are you aware of a release character? We tried %%, but this is also not working.
Thanks in advance for any hint.
Christian