TCPIP_FTPC_CTRL_CONN_TYPE Structure
C
typedef struct {
IP_MULTI_ADDRESS* ftpcServerAddr;
IP_ADDRESS_TYPE ftpcServerIpAddrType;
uint16_t serverCtrlPort;
} TCPIP_FTPC_CTRL_CONN_TYPE;
Members
Members | Description |
---|---|
IP_MULTI_ADDRESS* ftpcServerAddr; | server address; |
IP_ADDRESS_TYPE ftpcServerIpAddrType; | connection type: IPv4/IPv6/ANY |
uint16_t serverCtrlPort; | port number of control socket |
Description
Structure: TCPIP_FTPC_CTRL_CONN_TYPE This data structure describes the FTPC control connection parameters.
Remarks
None