1.. _tftp_interface:
2
3TFTP
4####
5
6Zephyr provides a simple TFTP client library that can enabled with
7:kconfig:option:`CONFIG_TFTP_LIB` Kconfig option.
8
9See :zephyr:code-sample:`TFTP client sample application <tftp-client>` for
10more information about the library usage.
11
12API Reference
13*************
14
15.. doxygengroup:: tftp_client
16