Unit

ScFTPClient

 

type

 TScFTPAuthCommand = (acAuto, acAuthTLS, acAuthTLSC, acAuthSSL, acAuthTLSP);

 

Description

The TScFTPAuthCommand enumeration represents the arguments used with the FTP 'AUTH' command in the TLS handshake protocol exchange.

 

ValueMeaning
acAutoTLS/SSL support is determined by trying each of the AUTH command values.
acAuthTLSSpecifies 'TLS' using a clear data port.

acAuthTLSC                        A synonym for 'TLS'.

acAuthSSLSpecifies 'SSL' using a clear data port.
acAuthTLSPSpecifies 'TLS-P' using a private data port.

 

See also

TScFTPClient.AuthCommand

SecureBridge Components, Copyright © 2007-2024 Devart. All Rights Reserved. Provide Feedback Visit Forum Request Support