ipptool man page.
Copyright © 2010-2021 by Apple Inc.
Licensed under Apache License v2.0. See the file "LICENSE" for more
information.
5 --help Shows program help.
5 --ippserver filename Specifies that the test results should be written to the named ippserver attributes file.
5 --stop-after-include-error Tells ipptool to stop if an error occurs in an included file. Normally ipptool will continue with subsequent tests after the INCLUDE directive.
5 --version Shows the version of ipptool being used.
5 -4 Specifies that ipptool must connect to the printer or server using IPv4.
5 -6 Specifies that ipptool must connect to the printer or server using IPv6.
5 -C Specifies that requests should be sent using the HTTP/1.1 "Transfer-Encoding: chunked" header, which is required for conformance by all versions of IPP. The default is to use "Transfer-Encoding: chunked" for requests with attached files and "Content-Length:" for requests without attached files.
5 -E Forces TLS encryption when connecting to the server using the HTTP "Upgrade" header.
5 -I Specifies that ipptool will continue past errors.
5 -L Specifies that requests should be sent using the HTTP/1.0 "Content-Length:" header, which is required for conformance by all versions of IPP. The default is to use "Transfer-Encoding: chunked" for requests with attached files and "Content-Length:" for requests without attached files.
5 -P filename.plist Specifies that the test results should be written to the named XML (Apple plist) file in addition to the regular test report (-t). This option is incompatible with the -i (interval) and -n (repeat-count) options.
5 -R Retries tests when the "server-error-busy" status code is returned.
5 -S Forces (dedicated) TLS encryption when connecting to the server.
5 -T seconds Specifies a timeout for IPP requests in seconds.
5 -V version Specifies the default IPP version to use: 1.0, 1.1, 2.0, 2.1, or 2.2. If not specified, version 1.1 is used.
5 -X Specifies that XML (Apple plist) output is desired instead of the plain text report. This option is incompatible with the -i (interval) and -n (repeat-count) options.
5 -c Specifies that CSV (comma-separated values) output is desired instead of the plain text output.
5 -d name=value Defines the named variable.
5 -f filename Defines the default request filename for tests.
5 -h Validate HTTP response headers.
5 -i seconds Specifies that the (last) testfile should be repeated at the specified interval. This option is incompatible with the -X (XML plist output) option.
5 -l Specifies that plain text output is desired.
5 -n repeat-count Specifies that the (last) testfile should be repeated the specified number of times. This option is incompatible with the -X (XML plist output) option.
5 -q Be quiet and produce no output.
5 -t Specifies that CUPS test report output is desired instead of the plain text output.
5 -v Specifies that all request and response attributes should be output in CUPS test mode (-t). This is the default for XML output.
color.jpg create-printer-subscription.test document-a4.pdf document-a4.ps document-letter.pdf document-letter.ps get-completed-jobs.test get-jobs.test get-notifications.test get-printer-attributes.test get-subscriptions.test gray.jpg ipp-1.1.test ipp-2.0.test ipp-2.1.test ipp-2.2.test ipp-everywhere.test onepage-a4.pdf onepage-a4.ps onepage-letter.pdf onepage-letter.ps print-job.test print-job-deflate.test print-job-gzip.test testfile.jpg testfile.pcl testfile.pdf testfile.ps testfile.txt validate-job.test
ipptool ipp://localhost/printers/myprinter get-completed-jobs.test
Send email notifications to "[email protected]" when "myprinter" changes:
ipptool -d recipient=mailto:[email protected] \\ ipp://localhost/printers/myprinter create-printer-subscription.test