TCPIP_FTPC_FILE_OPT_TYPE Structure
C
typedef struct {
const char * serverPathName;
const char * clientPathName;
bool store_unique;
} TCPIP_FTPC_FILE_OPT_TYPE;
Members
Members | Description |
---|---|
const char * serverPathName; | pathname/filename to read/write at FTP Server |
const char * clientPathName; | pathname/filename to read/write at FTP Client |
bool store_unique; | to store file at server with unique name; STOU command |
Description
Structure: TCPIP_FTPC_FILE_OPT_TYPE This data structure describes the FTPC file handling parameters.
Remarks
None