aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-04-05 21:45:54 +0000
committerEric Andersen <andersen@codepoet.org>2001-04-05 21:45:54 +0000
commit79757c9c37beab0032bc065b10bf84d4afe2b500 (patch)
treeec753d3a25083e41816993be04ca9377160ff0e3 /docs
parentea9065072c91b6397cb3cb597f248d23415169f0 (diff)
downloadbusybox-79757c9c37beab0032bc065b10bf84d4afe2b500.tar.gz
A patch from Dmitry Zakharov <dmit@crp.bank.gov.ua> 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
Diffstat (limited to 'docs')
-rw-r--r--docs/busybox.pod5
1 files changed, 3 insertions, 2 deletions
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 <ezanardi@ull.es>
=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 $