X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fyaz-url-man.xml;h=c389de818dd5ebab5e1b8bf6ee3140ea1f65c6e3;hb=31596bdcae098f8acea695d44c44ee5f646b4c1f;hp=8c9786c4b93a3277b348688e10be677ee5997b70;hpb=4c2a1989cfcdeba0338fce5fe9152a37837ef28a;p=yaz-moved-to-github.git diff --git a/doc/yaz-url-man.xml b/doc/yaz-url-man.xml index 8c9786c..c389de8 100644 --- a/doc/yaz-url-man.xml +++ b/doc/yaz-url-man.xml @@ -14,13 +14,13 @@ &version; Index Data - + yaz-url 1 Commands - + yaz-url YAZ URL fetch utility @@ -33,19 +33,21 @@ -m method -O fname -p fname + -R num -u user/password + -v -x proxy url - + DESCRIPTION yaz-url is utility to get web content. It is very limited in functionality compared to programs such as curl, wget. - The options must be precede the URL given on the command line to take + The options must precede the URL given on the command line, to take effect. @@ -87,16 +89,31 @@ + -R num + + Sets maximum number of HTTP redirects to be followed. + A value of zero disables follow of HTTP redirects. + + + + -u user/password Specifies a user and a password to be uesd in HTTP basic authentication in the following URL fetch. The user - and password must be separated by a slash (this it is not + and password must be separated by a slash (thus it is not possible to specify a user with a slash in it). + -v + + Makes yaz-url dump each HTTP request/response to stdout. + + + + -x proxy Specifies a proxy to be used for URL fetch. @@ -117,15 +134,7 @@