TCPIP_TFTPS_MODULE_CONFIG Structure
C
typedef struct { const char* mountPath; } TCPIP_TFTPS_MODULE_CONFIG; Members
| Members | Description |
|---|---|
| const char* mountPath; | The TFTP server will access files located under this top directory. No access is possible above this directory. As a good practice to follow, use something like: "/mnt_point/tftps/" to limit an external user access to this only directory in the file system when accessing files. |
Description
Placeholder for TFTPS Module Configuration
