diff options
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 61e59b244..ce7166f98 100644 --- a/networking/Config.in +++ b/networking/Config.in | |||
@@ -122,8 +122,8 @@ config FEATURE_FTPD_ACCEPT_BROKEN_LIST | |||
122 | default y | 122 | default y |
123 | depends on FTPD | 123 | depends on FTPD |
124 | help | 124 | help |
125 | Some ftp-clients (among them KDE's Konqueror) issue illegal | 125 | Some ftp clients (among them KDE's Konqueror) issue illegal |
126 | "LIST -la" requests. This option works around those problems. | 126 | "LIST -l" requests. This option works around such problems. |
127 | It might prevent you from listing files starting with "-" and | 127 | It might prevent you from listing files starting with "-" and |
128 | it increases the code size by ~40 bytes. | 128 | it increases the code size by ~40 bytes. |
129 | Most other ftp servers seem to behave similar to this. | 129 | Most other ftp servers seem to behave similar to this. |