After doing an ftp connect "ftp.Connect(hostname, portnumber, par, FtpSecurity.Explicit);" it get the below exception. This happens right after i do a connect. FTP over ssl and the
TlsParameters par = new TlsParameters();
par.CertificateVerifier = CertificateVerifier.AcceptAll;
This happens when i call ftp.secure().
Rebex.Net.TlsException: Secure connection was closed by the remote connection end