]> git.ipfire.org Git - thirdparty/cups.git/blob - test/ippproxy.man
1d46c9afe74621b9ec4bcf375a3035673538a921
[thirdparty/cups.git] / test / ippproxy.man
1 .\"
2 .\" "$Id$"
3 .\"
4 .\" ippproxy man page for CUPS.
5 .\"
6 .\" Copyright 2014 by Apple Inc.
7 .\"
8 .\" These coded instructions, statements, and computer programs are the
9 .\" property of Apple Inc. and are protected by Federal copyright
10 .\" law. Distribution and use rights are outlined in the file "LICENSE.txt"
11 .\" which should have been included with this file. If this file is
12 .\" file is missing or damaged, see the license at "http://www.cups.org/".
13 .\"
14 .TH ippproxy 1 "CUPS" "16 September 2014" "Apple Inc."
15 .SH NAME
16 ippproxy \- a simple ipp proxy client
17 .SH SYNOPSIS
18 .B ippproxy
19 [
20 .B \-v[vvv]
21 ]
22 .I infrastructure-printer-uri
23 .I local-printer-uri
24 .SH DESCRIPTION
25 .B ippproxy
26 is a simple IPP proxy client conforming to the IPP Shared Infrastructure Extensions (INFRA) specification. It can be used to proxy access to a local IPP printer through an Infrastructure Printer such as
27 .BR ippinfra (1).
28 .SH OPTIONS
29 The following options are recognized by
30 .B ippproxy:
31 .TP 5
32 .B \-v[vvv]
33 Be (very) verbose when logging activity to the standard output.
34 .SH EXIT STATUS
35 The
36 .B ippproxy
37 program returns 1 if it is unable to process the command-line arguments or connect to either the infrastructure or local printers.
38 Otherwise
39 .B ippproxy
40 will run continuously until terminated.
41 .SH CONFORMING TO
42 The
43 .B ippproxy
44 program is unique to CUPS and conforms to the IPP Shared Infrastructure Extensions (INFRA) specification.
45 .SH EXAMPLE
46 Run
47 .B ippproxy
48 with an infrastructure URI of "ipps://host.example.com/ipp/print" and a local URI of "ipp://10.0.1.2/ipp/print":
49 .nf
50
51 ippproxy ipps://host.example.com/ipp/print ipp://10.0.1.2/ipp/print
52 .fi
53 .SH SEE ALSO
54 PWG Internet Printing Protocol Workgroup (http://www.pwg.org/ipp)
55 .SH COPYRIGHT
56 Copyright \[co] 2007-2014 by Apple Inc.
57 .\"
58 .\" End of "$Id$".
59 .\"