Pre-running code. But now he's making a mistake.
The error is "TLS does not match the control connection". I get an error during client.Upload ().
I am developing with c #. In Filezilla application, the same process works without problems. error during upload. What should I do?
using (Ftp client = new Ftp())
{
client.ServerCertificateValidate += ValidateCertificate;
client.ConnectSSL(Host);
client.Login(Username, Password);
client.Upload(dosyaAdi, LocalDestinationFilename);
}