InnoTecSol >ICS >ICS Version: 0.7.2425 Documentation >icc command line arguments
ICS Version: 0.7.2425
icc command line arguments
The internet communication client executable icc has several command line arguments. An introduction to the command line arguments of icc can be displayed by executing icc without any command line arguments. Also the version of the icc executable is displayed.

icc [command] [url] [options]

Version: V0R1B1021

Commands:
help
display help
HTTPMETHOD
the http method to use for the request
url
The url to execute the http method on
Options:
[-/]out
output response body to a directory, file or standard output.
[-/]any
which response to save
[-/]requests
the number of requests to execute
[-/]conns
the number of concurrent connections
[-/]redirect
follow 301 redirect responses automatically
[-/]novalidate
ignore certificate validation errors
[-/]user
the user for the request
[-/]pass
the password for the request
[-/]mux
the multiplexer to use
[-/]proxy
the proxy to use
[-/]comp
the compression to use
[-/]te
the transfer encoding to use
[-/]t
trace level to use (0=none, 7=default, 15=warn, 31=details, 63=verbose, 1023=debug, 2047=all)
[-/]trc
trace file to use
help command
Passing help as command argument and the command as identifier argument displays the help for the command.