1YAZ-URL(1) Commands YAZ-URL(1)
2
3
4
6 yaz-url - YAZ URL fetch utility
7
9 yaz-url [-H name:value] [-m method] [-O fname] [-p fname] [-R num]
10 [-u user/password] [-v] [-x proxy] [url...]
11
13 yaz-url is utility to get web content. It is very limited in
14 functionality compared to programs such as curl, wget.
15
16 The options must precede the URL given on the command line, to take
17 effect.
18
19 Fetched HTTP content is written to stdout, unless option -O is given.
20
22 -H name:value
23 Specifies HTTP header content with name and value. This option can
24 be given multiple times (for different names, of course).
25
26 -m method
27 Specifies the HTTP method to be used for the next URL. Default is
28 method "GET". However, option -p sets it to "POST".
29
30 -O fname
31 Sets output filename for HTTP content.
32
33 -p fname
34 Sets a file to be POSTed in the folloing URL.
35
36 -R num
37 Sets maximum number of HTTP redirects to be followed. A value of
38 zero disables follow of HTTP redirects.
39
40 -u user/password
41 Specifies a user and a password to be uesd in HTTP basic
42 authentication in the following URL fetch. The user and password
43 must be separated by a slash (thus it is not possible to specify a
44 user with a slash in it).
45
46 -v
47 Makes yaz-url dump each HTTP request/response to stdout.
48
49 -x proxy
50 Specifies a proxy to be used for URL fetch.
51
53 yaz(7)
54
55
56
57YAZ 5.14.11 10/09/2015 YAZ-URL(1)