diff options
author | Stefan Seyfried | 2010-01-18 02:08:30 +0100 |
---|---|---|
committer | Denys Vlasenko | 2010-01-18 02:08:30 +0100 |
commit | f3fc9ac166d2413d331e3189a132a693608695ba (patch) | |
tree | 35c067e4a80c872f7da5a3f37083294c1e1e3034 /networking/Config.in | |
parent | 9c3b84a3049a152dd6a2b9e3aecaf897f57ac28e (diff) | |
download | busybox-f3fc9ac166d2413d331e3189a132a693608695ba.zip busybox-f3fc9ac166d2413d331e3189a132a693608695ba.tar.gz |
ftpd: conditional support for broken clients
Signed-off-by: Stefan Seyfried <stefan.seyfried@googlemail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/Config.in')
-rw-r--r-- | networking/Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in index 80834c6..788e128 100644 --- a/networking/Config.in +++ b/networking/Config.in @@ -117,6 +117,17 @@ config FEATURE_FTP_WRITE help Enable all kinds of FTP upload commands (-w option) +config FEATURE_FTPD_ACCEPT_BROKEN_LIST + bool "Enable workaround for RFC-violating clients" + default y + depends on FTPD + help + Some ftp-clients (among them KDE's Konqueror) issue illegal + "LIST -la" requests. This option works around those problems. + It might prevent you from listing files starting with "-" and + it increases the code size by ~40 bytes. + Most other ftp servers seem to behave similar to this. + config FTPGET bool "ftpget" default n |