FTP::port

Description

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

Syntax

FTP::port <x> <y>

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

Examples

when SERVER_CONNECTED {
  FTP::port 5000 5999
}