property AuthCommand: TScFTPAuthCommand; default acAuto;
Description
AuthCommand represents the argument used with the FTP 'AUTH' command in the TLS handshake protocol exchange. It is used when performing authentication in the Login method.
The default value is acAuto to try each of the AUTH command values.
See Also