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

by Neale @, (5 hours, 33 minutes ago)

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.

unable to connect ftps after server disabled tls v1.0,v 1.1

by Jasmine, (4 hours, 41 minutes ago) @ Neale

Hi.

Can you tell me exactly which component and which version are you using?

Jasmine

unable to connect ftps after server disabled tls v1.0,v 1.1

by Neale, (4 hours, 35 minutes ago) @ Jasmine

secure ftp deluxe (ftpdlx.net) client component
weonlydo.client.ftp 1.9.6.288

unable to connect ftps after server disabled tls v1.0,v 1.1

by Neale, (3 hours, 47 minutes ago) @ Neale

an additional note.
i find that when using filezilla to connect to this ftp site i get the following:

insecure ftp data connection
this server does not support tls session resumption on the data connection.
tls session resumption on the data connection is an important security feature to protect against data connection stealing attacks.
if you continue, transferred files may be intercepted or their contents replaced by an attacker.
host: hsnedi.hsn.net
port: 990

check box: always allow insecure data connections for this server in future sessions.