2012-04-06 18:33:17 +02:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2015-06-28 16:14:53 +02:00
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
2012-04-06 18:33:17 +02:00
|
|
|
#
|
2012-04-14 22:01:08 +02:00
|
|
|
|
|
|
|
config NETUTILS_FTPD
|
|
|
|
bool "FTP server"
|
|
|
|
default n
|
2019-05-22 03:08:12 +02:00
|
|
|
depends on NET_TCP
|
2012-04-14 22:01:08 +02:00
|
|
|
---help---
|
|
|
|
Enable support for the FTP server.
|
|
|
|
|
|
|
|
if NETUTILS_FTPD
|
2017-11-07 00:41:30 +01:00
|
|
|
|
|
|
|
config FTPD_WORKERSTACKSIZE
|
|
|
|
int "FTPD client thread stack size"
|
|
|
|
default 2048
|
|
|
|
|
2012-04-14 22:01:08 +02:00
|
|
|
endif
|