Versions Compared

Key

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

Network Configuration

Panel
titleArgument Checking and Debug ConfigurationsTable - FTP 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
titleTable - Inactivity Timeout Configuration for Control Connection


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

Panel
titleTable - Inactivity Timeout and Retry Configuration for Data Connection


ConstantDescriptionPossible Values

FTPs_CFG_DTP_MAX_ACCEPT_TIMEOUT_MS 

Maximum inactivity time (ms) on ACCEPT, in passive mode when the command has been launched.

Must be >= 1

5000

FTPs_CFG_DTP_MAX_ACCEPT_RETRY Maximum number of retries on ACCEPT,in passive mode when the command has been launched.

Must be >= 1

3

FTPs_CFG_DTP_MAX_CONN_TIMEOUT_MSMaximum inactivity time (ms) on CONNECT, in active mode (trying to connect on the data connection provided by the client).

Must be >= 1

5000

FTPs_CFG_DTP_MAX_RX_TIMEOUT_MS Maximum inactivity time (ms) on RX by data socket.

Must be >= 1

5000

FTPs_CFG_DTP_MAX_TX_RETRYMaximum number of retries on TX when trying to transmit data on the data socket. 

Must be >= 1

3



Authentication Configuration

Panel
titleTable - User Authentication Configuration


ConstantDescriptionPossible Values

FTPs_CFG_MAX_USER_LEN 

Maximum length for user name the FTP client will transfer to the application for authentication..

Must be >= 1

32

FTPs_CFG_MAX_PASS_LEN Maximum length for password the FTP client will transfer to the application for authentication.. 

Must be >= 1

3



File system Configuration

Panel
titleTable - File System Configuration


ConstantDescriptionPossible Values

FTPs_CFG_FS_PATH_LEN_MAX 

Maximum length for FS path.

Must be >= 1

256

FTPs_CFG_FS_NAME_LEN_MAX Maximum length for file name.

Must be >= 1

256