diff options
author | Denys Vlasenko | 2010-04-21 18:05:10 -0400 |
---|---|---|
committer | Denys Vlasenko | 2010-04-21 18:05:10 -0400 |
commit | 238c83bd8237e482911b8272e7f420060f5e7714 (patch) | |
tree | 2e6d6e0ad3de6858fcc5e4672ef00b9bcaf97540 /networking/Config.in | |
parent | 5a7c72015c0562dbe19f1e493b54b4c9db7f6f3a (diff) | |
download | busybox-238c83bd8237e482911b8272e7f420060f5e7714.zip busybox-238c83bd8237e482911b8272e7f420060f5e7714.tar.gz |
ftpd: work around LIST -aXYZ too, not only LIST -lXYZ
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/Config.in')
-rw-r--r-- | networking/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/Config.in b/networking/Config.in index 61e59b2..ce7166f 100644 --- a/networking/Config.in +++ b/networking/Config.in @@ -122,8 +122,8 @@ config FEATURE_FTPD_ACCEPT_BROKEN_LIST 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. + Some ftp clients (among them KDE's Konqueror) issue illegal + "LIST -l" requests. This option works around such 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. |