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.
Value | Meaning |
acAuto | TLS/SSL support is determined by trying each of the AUTH command values. |
acAuthTLS | Specifies 'TLS' using a clear data port. |
acAuthTLSC A synonym for 'TLS'.
acAuthSSL | Specifies 'SSL' using a clear data port. |
acAuthTLSP | Specifies 'TLS-P' using a private data port. |
See also