Re: backtick in password
@lb: Can you post a screenshot showing the generated code with deleted backtick please? (and the password for which it happens)
`
` GRAVE ACCENT (U+0060) 60
%60
but I am unsure of the correct syntax.
$sessionOptions = New-Object WinSCP.SessionOptions -Property @{
Protocol = [WinSCP.Protocol]::Sftp
HostName = ""
UserName = ""
Password = "%60%50%30%20" ##random utf-8 codes as example
SshHostKeyFingerprint = ""
}
'
(apostrophe)