TlsHostCertificateFingerprint
I'm using automation 5.7.5 in Visual Studio, C#. Attempting to perform an FTP transfer with TLS with the following code:
But I always get the following error:
return new SessionOptions { Protocol = Protocol.Ftp, FtpMode = FtpMode.Passive, FtpSecure = FtpSecure.Implicit, HostName = host, UserName = user, Password = password, TlsHostCertificateFingerprint = "f0:c4:75:a9:be:75:14:aa:d6:14:e9:84:8d:6b:39:06:c1:98:a3:00" };
The pattern definitely looks like it matches but I can't get past it. Please help. Thanks!TLS host certificate fingerprint \"f0:c4:75:a9:be:75:14:aa:d6:14:e9:84:8d:6b:39:06:c1:98:a3:00\" does not match pattern /([0-9a-f]{2}:){19}[0-9a-f]{2}(;([0-9a-f]{2}:){19}[0-9a-f]{2})*/