X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fclient.xml;h=dede72e3112398179cc7bee6f74a766aa882308e;hb=f347eed7eaf5fc499d7a56d20084184ebce4aa9e;hp=88e7c2b87bcfa67d780f2e9768899cb4e51d4b3d;hpb=981369ab5234a8cb305042db7ad61f1e277900b5;p=yaz-moved-to-github.git diff --git a/doc/client.xml b/doc/client.xml index 88e7c2b..dede72e 100644 --- a/doc/client.xml +++ b/doc/client.xml @@ -1,4 +1,4 @@ - + The YAZ client Introduction @@ -71,6 +71,27 @@ none. + + + -p target + + Specifies proxy address. When set YAZ client will + connect to a proxy on the address and port given. + The actual target will be specifed as part of the InitRequest + to inform the proxy about actual target. + + + + + -u authentication + + Specifies authentication. Usually the form + user/password + is used. This option does the same thing as the + auth command. + + + In order to connect to Index Data's test Z39.50 server on @@ -91,7 +112,7 @@ Commands When the YAZ client has read options and connected to a target, if given, - it will display Z > and away your command. + it will display Z> and await your command. Commands are executed by hitting the return key. You can always issue the command ? to see the list of available commands. @@ -114,7 +135,8 @@ Syntax: - [(tcp|ssl)':'<[tsel/]]host[:port][/base>] + [(tcp|ssl)':']host + [:port][/base>] @@ -128,9 +150,8 @@ f query - f - Sends Search Request using the query + Sends a Search Request using the query given. @@ -154,7 +175,8 @@ - show [start[+number]] + show + [start[+number]] s @@ -387,12 +409,37 @@ Sends Item Update Request. This command sends a "minimal" - PDU to the target supplying the last received record from the target. + PDU Update to the target supplying the last received record from + the target. If no record has been received from the target this command is ignored and nothing is sent to the target. + + + . + filename + + + Executes list of commands from + file filename, just like source on + some UNIX shells. + + + + + + ! + args + + + Executes command args in subshell + using the system call. + + + + Searching