ftpd: new applet by Adam Tkac
$ size ftpd.o
text data bss dec hex filename
5703 0 0 5703 1647 ftpd.o
diff --git a/networking/Config.in b/networking/Config.in
index c455ff4..f3ba856 100644
--- a/networking/Config.in
+++ b/networking/Config.in
@@ -93,6 +93,19 @@
fakeidentd listens on the ident port and returns a predefined
fake value on any query.
+config FTPD
+ bool "ftpd"
+ default n
+ help
+ simple FTP daemon. You have to run it via inetd.
+
+config FEATURE_FTP_WRITE
+ bool "enable write"
+ default y
+ depends on FTPD
+ help
+ Enable all kinds of FTP write commands (you have to add -w parameter)
+
config FTPGET
bool "ftpget"
default n