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 f3ba85620..392afcf89 100644 --- a/networking/Config.in +++ b/networking/Config.in | |||
@@ -100,11 +100,11 @@ config FTPD | |||
100 | simple FTP daemon. You have to run it via inetd. | 100 | simple FTP daemon. You have to run it via inetd. |
101 | 101 | ||
102 | config FEATURE_FTP_WRITE | 102 | config FEATURE_FTP_WRITE |
103 | bool "enable write" | 103 | bool "Enable upload commands" |
104 | default y | 104 | default y |
105 | depends on FTPD | 105 | depends on FTPD |
106 | help | 106 | help |
107 | Enable all kinds of FTP write commands (you have to add -w parameter) | 107 | Enable all kinds of FTP upload commands (-w option) |
108 | 108 | ||
109 | config FTPGET | 109 | config FTPGET |
110 | bool "ftpget" | 110 | bool "ftpget" |