Network Dual-Stack Component  Version 7.0 (Beta)
MDK-Professional Middleware for IPv4 and IPv6 Networking
 All Data Structures Files Functions Enumerations Groups Pages
Access Interface

Functions to filter access to the TFTP server. More...

Functions to filter access to the TFTP server.

To filter the access to the TFTP server, the optional function netTFTPs_AcceptClient is used. It is part of the template file TFTP_Server_Access.c. If this template file is missing in the µVision project, the function will not be available and thus connections from all remote clients will be accepted. You need to adapt the function to the application's needs by specifying the rules for allowed/blocked clients. The TFTP server will use the information in this function to filter the access.