Re: Special Characters in Password
You should not need to do anything with the password in the .NET assembly. Just assign it as is. Of course, except for symbols which have special meaning in your programming language.
If you have problems, try to enable password logging by calling
See https://winscp.net/eng/docs/rawconfig
If you have problems, try to enable password logging by calling
session.AddRawConfiguration("Logging\LogSensitive", "1")
and inspect the log.
See https://winscp.net/eng/docs/rawconfig