Hi all,
A working plain FTP connection has just stopped working, and the host of the server has changed to TLS. Filezilla using the setting "Use explicit FTP over TLS if available" is working OK and can send/receive files. Using the latest CoreFTP client v2.2.1960(x64) LE, I can connect but not get a directory listing.
I have tried every setting in SSL options to no avail. Any ideas?
Connect socket #2548 to 63.xxx.xx.xx, port 21...
220 (vsFTPd 3.0.3)
AUTH TLS
234 Proceed with negotiation.
TLSv1.2, cipher TLSv1/SSLv3 (ECDHE-RSA-AES256-SHA384) - 256 bit
USER xxxxxxx
331 Please specify the password.
PASS **********
230 Login successful.
PBSZ 0
200 PBSZ set to 0.
PROT C
200 PROT now Clear.
CCC
500 Unknown command.
CCC mode failed...
SYST
215 UNIX Type: L8
Keep alive off...
PWD
257 "/" is the current directory
PASV
227 Entering Passive Mode (0,0,0,0,39,27).
LIST command failed
Error loading directory...
QUIT
221 Goodbye.