diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-03-23 18:47:59 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-03-23 18:47:59 +0100 |
commit | e11835232448831f8bd4a27c4f8d8a7aa78383b5 (patch) | |
tree | a558f0ee03ac8e1a2ec5f79da41005aade4ebea0 /sys/man/1/hget | |
parent | ffb120199a951396f7e99aeca453715dc4e65601 (diff) |
hget: revert hget -v change, this needs more thought
problems that need to be addressed:
- reads in the whole /proc every second for no reason
- breaks when http server doesnt include Content-Length header
- length is wrong for continued download (-o option)
Diffstat (limited to 'sys/man/1/hget')
-rw-r--r-- | sys/man/1/hget | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/sys/man/1/hget b/sys/man/1/hget index 3afeaee3f..a8671369d 100644 --- a/sys/man/1/hget +++ b/sys/man/1/hget @@ -22,8 +22,6 @@ hget, hpost, webpaste, urlencode \- retrieve, post to a web page corresponding t ] [ .B -b .I baseurl -] [ -.B -v ] .I url .PP @@ -126,15 +124,6 @@ Option .B -m overrides the HTTP method used for the request. .PP -Option -.B -v -causes -.I hget -to emit download status on file descriptor 2, -suitable for use with -.I aux/statusbar . -See EXAMPLES. -.PP .I Hpost retrieves the web page specified by the URL .I url, @@ -212,18 +201,6 @@ Download a file from the web. % hget http://9front.org/img/nix-on.jpg >/tmp/nix-on.jpg .EE .PP -Use -.I hget -in conjuncton with -.I aux/statusbar -to monitor progress. -.IP -.EX -hget -v -o 9front.iso.bz2 \\ - http://www.r-36.net/9front/9front.iso.bz2 \\ - |[2] aux/statusbar '9front.iso.bz2' -.EE -.PP Retrieve the commands needed to submit a form, which may then be edited and sent. .IP |