Re: Server asks for authentication with a client certificate
I've just updated my client & .NET library via NuGet to the latest version. Behavior is still the same.
Please post a session log file both from WinSCP GUI and the .NET assembly.
I've just updated my client & .NET library via NuGet to the latest version. Behavior is still the same.
I'm using WinSCP client, it works without any issue.
OK, but the code is also using WinSCP.
Isn't it a different version?
I'm using WinSCP client, it works without any issue.
What "FTP client"?
Session.SessionLogPath
. Submit the log with your post as an attachment. Note that passwords and passphrases not stored in the log. You may want to remove other data you consider sensitive though, such as host names, IP addresses, account names or file names (unless they are relevant to the problem). If you do not want to post the log publicly, you can mark the attachment as private.PS: FTP user has full permissions, in FTP client I can upload files to the server without any problem.
SessionOptions sessionOptions = new SessionOptions
{
Protocol = Protocol.Ftp,
HostName = ".....",
UserName = "....",
Password = "....",
FtpSecure = FtpSecure.Explicit,
TlsHostCertificateFingerprint = "................"
};