X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fyaz-client-man.xml;h=4e928eda335e46f245c80cb2f8de54b32fd52d21;hb=69d044abe3d3a3560267a16dc4db13386974d5e1;hp=016d4858a33236a67c67e9972718ad06924e3663;hpb=307671c871f04d55325ed94fc2c403797376efa3;p=yaz-moved-to-github.git diff --git a/doc/yaz-client-man.xml b/doc/yaz-client-man.xml index 016d485..4e928ed 100644 --- a/doc/yaz-client-man.xml +++ b/doc/yaz-client-man.xml @@ -1,8 +1,19 @@ - + + %local; + + %entities; + + %common; ]> - + + + YAZ + &version; + yaz-client @@ -11,20 +22,22 @@ yaz-client - Z39.50/SRW client for implementors + Z39.50/SRU client for implementors yaz-client - + - + + + + - - + addr @@ -32,13 +45,13 @@ DESCRIPTION - yaz-client is a Z39.50/SRW client (origin) with a + yaz-client is a Z39.50/SRU client (origin) with a simple command line interface that allows you to test behavior and - performance of Z39.50 targets and SRW servers. + performance of Z39.50 targets and SRU servers. If the addr is specified, the client creates - a connection to the Z39.50/SRW target at the address given. + a connection to the Z39.50/SRU target at the address given. When yaz-client is invoked it attemps to read the @@ -53,24 +66,21 @@ OPTIONS - -m filename - - If specified, retrieved records will be appended to the file given. - - - -a filename If specified, logging of protocol packages will be appended - file given. The special filename - - (dash) denotes standard output. + file given. If filename is + specified as -, the output is written + to stdout. - -u auth + -b filename - If specified, the auth string - will be used for authentication. + If specified, YAZ will dump BER data in readable notation + to the file specified. If filename + is specified as - the output is written + to stdout. @@ -81,13 +91,27 @@ - -q filename + -d dump - If specified, CQL configuration will be read from - the file given. + If specified, YAZ will dump BER data for all PDUs sent and received + to individual files, named + dump.DDD.raw, + where DDD is 001, 002, 003, .. + + + + -k size + + Sets preferred messages and maximum record size for Initialize + Request in kilobytes. Default value is 1024 (1 MB). + + + + -m filename + + If specified, retrieved records will be appended to the file given. - -p addr @@ -95,22 +119,33 @@ given. - - -k size + -q filename - Sets preferred messages and maximum record size for Initialize - Request in kilobytes. Default value is 1024 (1 MB). + If specified, CQL configuration will be read from + the file given. - - -x - - Makes the YAZ client print hex dumps of packages sent and received - on standard output. + -u auth + + If specified, the auth string + will be used for authentication. + + -V + + Prints YAZ version. + + + + -x + + Makes the YAZ client print hex dumps of packages sent and received + on standard output. + +