unable to connect ftps after server disabled tls v1.0,v 1.1 (wodFtpDLX / wodFtpDLX.NET)

by Jasmine, (8 hours, 15 minutes ago) @ Neale

Hi,

I just tried this code:

WeOnlyDo.Client.FtpDLX ftp = new WeOnlyDo.Client.FtpDLX();
ftp.Hostname = "hsnedi.hsn.net";
ftp.Login = "test";
ftp.Password = "test";
ftp.Protocol = WeOnlyDo.Client.Protocols.FTPSimplicit;
ftp.Blocking = true;
ftp.SecureMethod = SslProtocols.Tls12;
ftp.Connect();

and it connected wihtout issues (with authorization failed, of course). Can you be more specific what error do you get when you say 'unable to connect'?

Regards,

Jasmine


Complete thread: