PHTTPGET(8) | MidnightBSD System Manager's Manual | PHTTPGET(8) |
phttpget
—
retrieve multiple files via pipelined HTTP
phttpget |
server file ... |
The phttpget
utility is a minimalist
pipelined HTTP client, which is used to retrieve multiple
files from one server, and saves
the downloaded files in the current working directory, using the last
portion of their download path as file names.
By making several "in flight" HTTP requests, it can dramatically increase performance when a large number of small files need to be downloaded.
The
freebsd-update(8)
and portsnap(8) tools
use phttpget
to download binary patch files.
HTTP_PROXY
HTTP_PROXY_AUTH
HTTP_USER_AGENT
HTTP_TIMEOUT
The phttpget
utility was written by
Colin Percival
<cperciva@FreeBSD.org>
for use with
portsnap(8) and later
with
freebsd-update(8).
This manual page was written by Xin LI
<delphij@FreeBSD.org>.
January 3, 2015 | midnightbsd-3.1 |