Configurations#

Macros#

#define

Enable FTP TCP based protocol.

#define

Enable TFTP UDP based protocol.

#define
SL_TFTP_CLNT_DEFAULT_HOST "aabb:ccdd::eeff:0011:2233:4455"

TFTP Default remote host address string.

#define

TFTP default receive timeout (ms)

#define

TFTP Client service stack size in word.

#define

Enable TFTP debug prints.

Macro Definition Documentation#

SL_FTP_ENABLE_FTP_PROTOCOL#

#define SL_FTP_ENABLE_FTP_PROTOCOL
Value:
0U

Enable FTP TCP based protocol.


Definition at line 45 of file /mnt/raid/workspaces/ws.obQFDUprC/overlay/gsdk/app/wisun/component/ftp/config/sl_ftp_config.h

SL_FTP_ENABLE_TFTP_PROTOCOL#

#define SL_FTP_ENABLE_TFTP_PROTOCOL
Value:
1U

Enable TFTP UDP based protocol.


Definition at line 49 of file /mnt/raid/workspaces/ws.obQFDUprC/overlay/gsdk/app/wisun/component/ftp/config/sl_ftp_config.h

SL_TFTP_CLNT_DEFAULT_HOST#

#define SL_TFTP_CLNT_DEFAULT_HOST
Value:
"aabb:ccdd::eeff:0011:2233:4455"

TFTP Default remote host address string.


Definition at line 110 of file /mnt/raid/workspaces/ws.obQFDUprC/overlay/gsdk/app/wisun/component/ftp/config/sl_ftp_config.h

SL_TFTP_CLNT_RECV_TIMEOUT_MS#

#define SL_TFTP_CLNT_RECV_TIMEOUT_MS
Value:
300000UL

TFTP default receive timeout (ms)


Definition at line 114 of file /mnt/raid/workspaces/ws.obQFDUprC/overlay/gsdk/app/wisun/component/ftp/config/sl_ftp_config.h

SL_TFTP_CLNT_STACK_SIZE_WORD#

#define SL_TFTP_CLNT_STACK_SIZE_WORD
Value:
256UL

TFTP Client service stack size in word.


Definition at line 106 of file /mnt/raid/workspaces/ws.obQFDUprC/overlay/gsdk/app/wisun/component/ftp/config/sl_ftp_config.h

SL_TFTP_DEBUG#

#define SL_TFTP_DEBUG
Value:
0U

Enable TFTP debug prints.


Definition at line 102 of file /mnt/raid/workspaces/ws.obQFDUprC/overlay/gsdk/app/wisun/component/ftp/config/sl_ftp_config.h