I have a stored FTP account whose flag SSL/TLS is enabled.
Normally, I have no issues connecting through this FTP account over TLS:
Code: Select all
Using sChannel (Secur32.dll) for SSL/TLS connection.
Connect to: (25.10.2022 16:30:44)
hostname=fantasygames-southbend.com
username=xxxxxxx
startdir=/
fantasygames-southbend.com=139.64.237.141
220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
220-You are user number 1 of 50 allowed.
220-Local time is now 09:30. Server port: 21.
220-This is a private system - No anonymous login
220-IPv6 connections are also welcome on this server.
220 You will be disconnected after 15 minutes of inactivity.
AUTH TLS
234 AUTH TLS OK.
Client handshake...
Method: TLSv1.2
Cert subject: CN=fantasygames-southbend.com
Cert issuer: C=US, O=Let's Encrypt, CN=R3
Chain verification: Subject: C=US, O=Let's Encrypt, CN=R3 (cert store)
Chain verification: Subject: C=US, O=Internet Security Research Group, CN=ISRG Root X1 (cert store)
Chain verification (2): OK
USER xxxxxx
331 User ******** OK. Password required
PASS ***********
230-This server supports FXP transfers
Code: Select all
SSL: Loaded, but libeay32 was already loaded from: D:\WINCMD\addons\FS\sftp\libeay32.dll
Connect to: (25.10.2022 16:21:30)
hostname=fantasygames-southbend.com
username=xxxxxxx
startdir=/
fantasygames-southbend.com=139.64.237.141
220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
220-You are user number 1 of 50 allowed.
220-Local time is now 09:21. Server port: 21.
220-This is a private system - No anonymous login
220-IPv6 connections are also welcome on this server.
220 You will be disconnected after 15 minutes of inactivity.
AUTH TLS
234 AUTH TLS OK.
SSL_read returned -1, SSL_get_error=1
And I have to quit Total Commander before I can connect with FTP over TLS.
Any workarounds ?