[PATCH 03/19] wget: fix --passive-ftp option

Florian Fainelli florian at alphacore.org
Tue Sep 25 12:06:02 UTC 2012


From: Felix Fietkau <nbd at openwrt.org>

Signed-off-by: Felix Fietkau <nbd at openwrt.org>
---
 networking/wget.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/networking/wget.c b/networking/wget.c
index 4eafebe..3281946 100644
--- a/networking/wget.c
+++ b/networking/wget.c
@@ -920,7 +920,7 @@ int wget_main(int argc UNUSED_PARAM, char **argv)
 		/* Ignored: */
 		// "tries\0"            Required_argument "t"
 		/* Ignored (we always use PASV): */
-		"passive-ftp\0"      No_argument       "\xff"
+		"passive-ftp\0"      No_argument       "\xfd"
 		"header\0"           Required_argument "\xfe"
 		"post-data\0"        Required_argument "\xfd"
 		/* Ignored (we don't do ssl) */
-- 
1.7.9.5



More information about the busybox mailing list