ltm rule command FTP disableΒΆ
iRule(1) BIG-IP TMSH Manual iRule(1)
FTP::disable
Disable FTP protocol handler.
SYNOPSIS
FTP::disable
DESCRIPTION
Disable FTP protocol handler for FTP message processing. This will disable detection of "AUTH TLS/SSL" for FTP.
RETURN VALUE
VALID DURING
ANY_EVENT
EXAMPLES
when CLIENT_ACCEPTED {
if { ([IP::addr [IP::client_addr] equals 10.0.0.0/8]) } {
FTP::disable
}
}
HINTS
SEE ALSO
CHANGE LOG
@BIGIP-14.0.0 --First introduced the command.
BIG-IP 2022-04-12 iRule(1)