Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Network Configuration

Panel
titleTable - Argument Checking and Debug ConfigurationsFTP and FTPS Port Configuration


ConstantDescriptionPossible Values
FTPs_CFG_CTRL_IPPORT Define the TCP port µC/FTPs will listen for control requests.
21
FTPs_CFG_DATA_IPPORTDefine 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

Panel
titleInactivity Timeout Configuration



ConstantDescriptionPossible 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


Data Exchange Timeout & Retry Configuration

...