diff options
Diffstat (limited to 'networking/ftpgetput.c')
-rw-r--r-- | networking/ftpgetput.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ftpgetput.c b/networking/ftpgetput.c index cdad629da..2f2921366 100644 --- a/networking/ftpgetput.c +++ b/networking/ftpgetput.c | |||
@@ -309,7 +309,7 @@ int ftpgetput_main(int argc UNUSED_PARAM, char **argv) | |||
309 | INIT_G(); | 309 | INIT_G(); |
310 | /* Set default values */ | 310 | /* Set default values */ |
311 | user = "anonymous"; | 311 | user = "anonymous"; |
312 | password = "busybox@"; | 312 | password = "busybox"; |
313 | 313 | ||
314 | /* | 314 | /* |
315 | * Decipher the command line | 315 | * Decipher the command line |