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