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 cdad629..2f29213 100644 --- a/networking/ftpgetput.c +++ b/networking/ftpgetput.c @@ -309,7 +309,7 @@ int ftpgetput_main(int argc UNUSED_PARAM, char **argv) INIT_G(); /* Set default values */ user = "anonymous"; - password = "busybox@"; + password = "busybox"; /* * Decipher the command line |