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 --- docs/busybox.pod | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/busybox.pod') diff --git a/docs/busybox.pod b/docs/busybox.pod index daee0f283..8283e4717 100644 --- a/docs/busybox.pod +++ b/docs/busybox.pod @@ -2346,11 +2346,12 @@ Example: wget [B<-c>] [B<-O> file] url -wget retrieves files via HTTP +wget retrieves files via HTTP or FTP Options: -c continue retrieval of aborted transfers + -q quiet mode - do not print -O save to filename ('-' for stdout) ------------------------------- @@ -2552,4 +2553,4 @@ Enrique Zanardi =cut -# $Id: busybox.pod,v 1.95 2001/04/05 20:03:33 beppu Exp $ +# $Id: busybox.pod,v 1.96 2001/04/05 21:45:54 andersen Exp $ -- cgit v1.2.3