Good day.
I am using the edtFTPnetPRO version 8.2.0.20 and trying to add a KnownHost to my connection and when I call
sftpConn.KnownHosts.AddKnownHost("myserver","mylocalpubfile")
I dont get an error from the call - but I end up with a null sftpConn.KnownHosts and my connection fails.
am I not setting something up correct for this?