Re: P@sswords in scripting
You need to URL-encode the @ to %40.
Thank you, that works great!
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
You need to URL-encode the @ to %40.
I am using WinSCP 3.7.6, and cannot supply my password in the script, as the password has an '@' in it (changing the password is not an option). Is there a way to escape the @? I tried user:p\@ssword@server, which does not work.