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