logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ippproxy - a simple ipp proxy client

Conforming To

       The  ippproxy  program  conforms  to PWG Candidate Standard 5100.18: IPP Shared Infrastructure Extensions
       (INFRA).

Description

ippproxy  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 ippserver(1).

Example

       Run ippproxy with an infrastructure  URI  of  "ipps://host.example.com/ipp/print"  and  a  local  URI  of
       "ipp://10.0.1.42/ipp/print":

           ippproxy -d ipp://10.0.1.42/ipp/print ipps://host.example.com/ipp/print

Exit Status

       The ippproxy program returns 1 if it is unable to process the command-line arguments or connect to either
       the infrastructure or local printers.  Otherwise ippproxy will run continuously until terminated.

Name

       ippproxy - a simple ipp proxy client

Options

       The following options are recognized by ippproxy:--help
            Show program help.

       -ddevice-uri
            Specifies the local device using its URI.  ippproxy supports "ipp", "ipps", and "socket" URIs.

       -ppassword
            Specifies the password to use when authenticating with the Infrastructure Printer.

       -uuser
            Specifies the user name to use when authenticating with the Infrastructure Printer.

       -v[vvv]
            Be (very) verbose when logging activity to the standard output.

See Also

       PWG Internet Printing Protocol Workgroup (http://www.pwg.org/ipp)

Synopsis

ippproxy [ --help ] [ -ddevice-uri ] [ -ppassword ] [ -uuser ] [ -v[vv] ] infrastructure-printer-uri

See Also