aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-04-05 21:45:54 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-04-05 21:45:54 +0000
commit545f903e8134d30bbbd74fc0c92d25c19aaf1f68 (patch)
treeec753d3a25083e41816993be04ca9377160ff0e3 /docs
parentb7a60e3cb20d884862e54443da62634de7bdf4a6 (diff)
downloadbusybox-w32-545f903e8134d30bbbd74fc0c92d25c19aaf1f68.tar.gz
busybox-w32-545f903e8134d30bbbd74fc0c92d25c19aaf1f68.tar.bz2
busybox-w32-545f903e8134d30bbbd74fc0c92d25c19aaf1f68.zip
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 git-svn-id: svn://busybox.net/trunk/busybox@2263 69ca8d6d-28ef-0310-b511-8ec308f3f277
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:
2346 2346
2347wget [B<-c>] [B<-O> file] url 2347wget [B<-c>] [B<-O> file] url
2348 2348
2349wget retrieves files via HTTP 2349wget retrieves files via HTTP or FTP
2350 2350
2351Options: 2351Options:
2352 2352
2353 -c continue retrieval of aborted transfers 2353 -c continue retrieval of aborted transfers
2354 -q quiet mode - do not print
2354 -O save to filename ('-' for stdout) 2355 -O save to filename ('-' for stdout)
2355 2356
2356------------------------------- 2357-------------------------------
@@ -2552,4 +2553,4 @@ Enrique Zanardi <ezanardi@ull.es>
2552 2553
2553=cut 2554=cut
2554 2555
2555# $Id: busybox.pod,v 1.95 2001/04/05 20:03:33 beppu Exp $ 2556# $Id: busybox.pod,v 1.96 2001/04/05 21:45:54 andersen Exp $