:orphan: .. title:: CONFIG_FTP_CLIENT_TLS .. kconfig:: CONFIG_FTP_CLIENT_TLS CONFIG_FTP_CLIENT_TLS ##################### *Connection over TLS* Type: ``bool`` Direct dependencies =================== \ :kconfig:`FTP_CLIENT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/subsys/net/lib/ftp_client/Kconfig:23`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` → ``/Kconfig.nrf:54`` → ``/subsys/Kconfig:18`` → ``/subsys/net/Kconfig:8`` → ``/subsys/net/lib/Kconfig:19`` Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Networking → Application protocols → FTP client .. code-block:: kconfig config FTP_CLIENT_TLS bool "Connection over TLS" depends on FTP_CLIENT *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*