ltm rule command FTP portΒΆ

iRule(1)		      BIG-IP TMSH Manual		      iRule(1)



FTP::port
       Controls the range of passive mode FTP ephemeral ports.

SYNOPSIS
       FTP::port FIRST (LAST)?

DESCRIPTION
       This command allows control over the range of passive mode FTP
       ephemeral ports.

       Syntax FTP::port  

	  x - The first port available for passive mode port change selection.
	  y - The last port available for passive mode port change selection.

RETURN VALUE
VALID DURING
EXAMPLES
	when SERVER_CONNECTED {
	  FTP::port 5000 5999
	}

HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-11.5.0 --First introduced the command.



BIG-IP				  2017-01-31			      iRule(1)