diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-04-05 21:45:54 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-04-05 21:45:54 +0000 |
commit | 545f903e8134d30bbbd74fc0c92d25c19aaf1f68 (patch) | |
tree | ec753d3a25083e41816993be04ca9377160ff0e3 /docs | |
parent | b7a60e3cb20d884862e54443da62634de7bdf4a6 (diff) | |
download | busybox-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.pod | 5 |
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 | ||
2347 | wget [B<-c>] [B<-O> file] url | 2347 | wget [B<-c>] [B<-O> file] url |
2348 | 2348 | ||
2349 | wget retrieves files via HTTP | 2349 | wget retrieves files via HTTP or FTP |
2350 | 2350 | ||
2351 | Options: | 2351 | Options: |
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 $ |