From 16b4a2de97d98d9683909b7b083035e65b3f87de Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sun, 8 Mar 2009 09:30:56 +0000 Subject: ftpd: new applet by Adam Tkac $ size ftpd.o text data bss dec hex filename 5703 0 0 5703 1647 ftpd.o --- networking/Config.in | 13 +++++++++++++ networking/Kbuild | 1 + 2 files changed, 14 insertions(+) (limited to 'networking') diff --git a/networking/Config.in b/networking/Config.in index c455ff408..f3ba85620 100644 --- a/networking/Config.in +++ b/networking/Config.in @@ -93,6 +93,19 @@ config FAKEIDENTD 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 diff --git a/networking/Kbuild b/networking/Kbuild index 77071269a..d632774ff 100644 --- a/networking/Kbuild +++ b/networking/Kbuild @@ -11,6 +11,7 @@ lib-$(CONFIG_BRCTL) += brctl.o lib-$(CONFIG_DNSD) += dnsd.o lib-$(CONFIG_ETHER_WAKE) += ether-wake.o lib-$(CONFIG_FAKEIDENTD) += isrv_identd.o isrv.o +lib-$(CONFIG_FTPD) += ftpd.o lib-$(CONFIG_FTPGET) += ftpgetput.o lib-$(CONFIG_FTPPUT) += ftpgetput.o lib-$(CONFIG_HOSTNAME) += hostname.o -- cgit v1.2.3