Network Configuration
Table - FTP and FTPS Port Configuration
Constant | Description | Possible Values |
---|---|---|
FTPs_CFG_CTRL_IPPORT | Define the TCP port µC/FTPs will listen for control requests. | 21 |
FTPs_CFG_DATA_IPPORT | Define the TCP port µC/FTPs will listen for data exchanges in passive mode. | 20 |
FTPs_CFG_CTRL_IPPORT_SECURE | Define the TCP port µC/FTPs will listen for secure (SSL) control requests. | 990 |
FTPs_CFG_DATA_IPPORT_SECURE | Define the TCP port µC/FTPs will listen for secure (SSL) data exchanges in passive mode. | 989 |
Control Timeout & Retry Configuration
Inactivity Timeout Configuration
Constant | Description | Possible Values |
---|---|---|
FTPs_CFG_CTRL_MAX_RX_TIMEOUT_MS | Maximum inactivity time (ms) on RX, after the TCP has been accepted by the server control task | Must be >= 1 30000 |