TScFTPClient 'FTP server error occurred: TLS required, configure with AUTH first.'

TScFTPClient 'FTP server error occurred: TLS required, configure with AUTH first.'

Get the EScFTPError 'FTP server error occurred: TLS required, configure with AUTH first'

FFtpClient.TLSMode := tmRequireExplicitTLS

FFtpClient.SSLOptions.IgnoreServerCertificateConstraints := true;
FFtpClient.SSLOptions.IgnoreServerCertificateInsecurity := true;
FtpClient.SSLOptions.IgnoreServerCertificateValidity := true;
FFtpClient.SSLOptions.TrustSelfSignedCertificate := true;

All options of AuthCommand tested - doesn't change anything