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-13.1.0 --First introduced the command.



BIG-IP				  2018-07-19			      iRule(1)