X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fyaz-url-man.xml;h=c389de818dd5ebab5e1b8bf6ee3140ea1f65c6e3;hb=2bfb0b990bbbe0f9c5ef9e78b094a2063bc45f33;hp=65cd4efa0c571060de39cce79d002712bd7567f6;hpb=c91efbe35fe8ff53aeafedf0ffb8f1b90841ecdc;p=yaz-moved-to-github.git diff --git a/doc/yaz-url-man.xml b/doc/yaz-url-man.xml index 65cd4ef..c389de8 100644 --- a/doc/yaz-url-man.xml +++ b/doc/yaz-url-man.xml @@ -33,7 +33,9 @@ -m method -O fname -p fname + -R num -u user/password + -v -x proxy url @@ -45,7 +47,7 @@ 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 @@