ltm rule command FTP allow active modeΒΆ
iRule(1) BIG-IP TMSH Manual iRule(1)
FTP::allow_active_mode
Get or set the state of allow active mode.
SYNOPSIS
FTP::allow_active_mode (enable | disable)?
DESCRIPTION
Enable or disable active transfer mode. Returns the current status if no option is specified.
RETURN VALUE
VALID DURING
ANY_EVENT
EXAMPLES
when CLIENT_ACCEPTED {
FTP::allow_active_mode disable
}
HINTS
SEE ALSO
CHANGE LOG
@BIGIP-14.0.0 --First introduced the command.
BIG-IP 2022-04-12 iRule(1)