Configurations#

Macros#

#define
SL_FTP_ENABLE_FTP_PROTOCOL 0U

Enable FTP TCP based protocol.

#define
SL_FTP_ENABLE_TFTP_PROTOCOL 1U

Enable TFTP UDP based protocol.

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

TFTP Default remote host address string.

#define
SL_TFTP_CLNT_RECV_TIMEOUT_MS 300000UL

TFTP default receive timeout (ms)

#define
SL_TFTP_CLNT_STACK_SIZE_WORD 256UL

TFTP Client service stack size in word.

#define
SL_TFTP_DEBUG 0U

Enable TFTP debug prints.