From 79757c9c37beab0032bc065b10bf84d4afe2b500 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 5 Apr 2001 21:45:54 +0000 Subject: A patch from Dmitry Zakharov which adds - support for ftp downloads - HTTP basic authentication support (as an optional feature) - handling of http redirections - protocol version changed to 1.0 (to stop servers from requesting chunked encoding) - bugfix: in the case when content-length not given, wget didn't download anything - when attempting to continue an aborted download but server doesn't support restarts, reopen output file in write mode - changed assumption that existing file should restart an aborted download. Now the user must explicitly specify this with -c --- debian/Config.h-deb | 3 +++ debian/Config.h-static | 3 +++ debian/Config.h-udeb | 3 +++ 3 files changed, 9 insertions(+) (limited to 'debian') diff --git a/debian/Config.h-deb b/debian/Config.h-deb index 606204bfe..40ec562ae 100644 --- a/debian/Config.h-deb +++ b/debian/Config.h-deb @@ -305,6 +305,9 @@ // Enable a nifty progress meter in wget (adds just under 2k) #define BB_FEATURE_WGET_STATUSBAR // +// Enable HTTP authentication in wget +#define BB_FEATURE_WGET_AUTHENTICATION +// // Clean up all memory before exiting -- usually not needed // as the OS can clean up... Don't enable this unless you // have a really good reason for cleaning things up manually. diff --git a/debian/Config.h-static b/debian/Config.h-static index 4cde55fda..079c854aa 100644 --- a/debian/Config.h-static +++ b/debian/Config.h-static @@ -305,6 +305,9 @@ // Enable a nifty progress meter in wget (adds just under 2k) #define BB_FEATURE_WGET_STATUSBAR // +// Enable HTTP authentication in wget +#define BB_FEATURE_WGET_AUTHENTICATION +// // Clean up all memory before exiting -- usually not needed // as the OS can clean up... Don't enable this unless you // have a really good reason for cleaning things up manually. diff --git a/debian/Config.h-udeb b/debian/Config.h-udeb index 7aeba2873..9e05c4f06 100644 --- a/debian/Config.h-udeb +++ b/debian/Config.h-udeb @@ -305,6 +305,9 @@ // Enable a nifty progress meter in wget (adds just under 2k) #define BB_FEATURE_WGET_STATUSBAR // +// Enable HTTP authentication in wget +#define BB_FEATURE_WGET_AUTHENTICATION +// // Clean up all memory before exiting -- usually not needed // as the OS can clean up... Don't enable this unless you // have a really good reason for cleaning things up manually. -- cgit v1.2.3