2008-08-20 14:00:34 +00:00
|
|
|
--- a/networking/wget.c
|
|
|
|
+++ b/networking/wget.c
|
2012-03-18 19:46:52 +00:00
|
|
|
@@ -873,7 +873,7 @@ int wget_main(int argc UNUSED_PARAM, cha
|
2011-04-20 02:56:23 +00:00
|
|
|
/* Ignored: */
|
2009-05-25 17:15:39 +00:00
|
|
|
// "tries\0" Required_argument "t"
|
|
|
|
/* Ignored (we always use PASV): */
|
2007-10-05 00:27:49 +00:00
|
|
|
- "passive-ftp\0" No_argument "\xff"
|
|
|
|
+ "passive-ftp\0" No_argument "\xfd"
|
|
|
|
"header\0" Required_argument "\xfe"
|
2009-09-28 12:38:46 +00:00
|
|
|
"post-data\0" Required_argument "\xfd"
|
2010-04-03 00:58:46 +00:00
|
|
|
/* Ignored (we don't do ssl) */
|