X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fyaz-url-man.xml;fp=doc%2Fyaz-url-man.xml;h=8c9786c4b93a3277b348688e10be677ee5997b70;hb=4c2a1989cfcdeba0338fce5fe9152a37837ef28a;hp=0000000000000000000000000000000000000000;hpb=bbb858cba04873a77ae3d55f759c4226cbd61eec;p=yaz-moved-to-github.git diff --git a/doc/yaz-url-man.xml b/doc/yaz-url-man.xml new file mode 100644 index 0000000..8c9786c --- /dev/null +++ b/doc/yaz-url-man.xml @@ -0,0 +1,131 @@ + + %local; + + %entities; + + %idcommon; +]> + + + YAZ + &version; + Index Data + + + + yaz-url + 1 + Commands + + + + yaz-url + YAZ URL fetch utility + + + + + yaz-url + -H name:value + -m method + -O fname + -p fname + -u user/password + -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 + effect. + + + Fetched HTTP content is written to stdout, unless option -O is given. + + + + OPTIONS + + + -H name:value + + Specifies HTTP header content with name and value. This + option can be given multiple times (for different names, + of course). + + + + + -m method + + Specifies the HTTP method to be used for the next URL. + Default is method "GET". However, option -p sets it to "POST". + + + + + -O fname + + Sets output filename for HTTP content. + + + + + -p fname + + Sets a file to be POSTed in the folloing URL. + + + + + -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 + possible to specify a user with a slash in it). + + + + + -x proxy + + Specifies a proxy to be used for URL fetch. + + + + + + SEE ALSO + + + yaz + 7 + + + + + +