当我试图使用MailKit SmtpClient连接到SMTP服务器时出现异常。,但,如果我使用具有相同参数的System.Net.Mail.SmtpClient,我的邮件已经发送成功!内部异常消息:The handshake failed due to an unexpected packet format.为什么MailKit.Net.Smtp.SmtpClient抛出异常,而System.Net.Mail.SmtpClie
我正在从Windows Server2008FTP连接到运行vsFTPd 2.0.7的Linux R2服务器。我正在通过SSL连接。sslStream = new SslStream(stream, false, CertificateValidation);220 (vsFTPd 2.0.7)234 Proceed with negotiation.System.IO.IOException: The handshake failed due to an unexpected packet format.