unable to connect ftps after server disabled tls v1.0,v 1.1 (wodFtpDLX / wodFtpDLX.NET)
on or about 10/15/25 one of the ftp servers that i connect to disabled tls v1.0 & v1.1. i connect to said server via ftps. since then i have been unable to connect and am getting the following message:
Received an unexpected EOF or 0 bytes from the transport stream.
this is my code snippet
Ftp1.Protocol = Protocols.FTPSimplicit;
Ftp1.Passive = true;
Ftp1.Resume = false;
Ftp1.Blocking = true;
Ftp1.TransferMode = TransferModes.AscII;
Ftp1.Connect();
any help or suggestions would be greatly appreciated.