summaryrefslogtreecommitdiffstats
path: root/xpa/doc/pod/xpaget.pod
blob: 77e771b37180ca731ad2ecfd7028ae847ff01b2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
=pod

=head1 NAME



B<xpaget: retrieve data from one or more XPA servers>



=head1 SYNOPSIS





xpaget [-h] [-i nsinet] [-m method] [-s] [-t sval,lval] [-u users] <template|host:port> [paramlist]





=head1 OPTIONS





  -h		print help message
  -i		access XPA point on different machine (override XPA_NSINET)
  -m		override XPA_METHOD environment variable
  -n		don't wait for the status message after server completes
  -s		enter server mode
  -t [s,l]	set short and long timeouts (override XPA_[SHORT,LONG]_TIMEOUT)
  -u [users]	XPA points can be from specified users (override XPA_NSUSERS)
  --version     display version and exit




=head1 DESCRIPTION




Data will be retrieved from access points matching the 
template
or host:port.
A set of qualifying parameters can be appended.

B<Examples:>

  csh> xpaget ds9 images
  csh> xpaget myhost.harvard.edu:12345





=head1 SEE ALSO



See xpa(n) for a list of XPA help pages


=cut