CURLTOOL

Description

Simple wrapper for the libfwcurl.

Command

curltool: -r <GET|POST> -u <URI(http://XXXXXXX> [-a <User Agent>] [-p <POST parameters>] [-o (output filename)] -h
-r Request : Send a GET or POST request
-u URI : Uniform Resource Identifier (protocole + server + param) http://www.stormshield.eu/mapage.html?param1=value1¶m2=value2...)
-a User Agent : User Agent useed for this request. Default agent is:<model>-<serial> : curltool (1.0)
-p The POST parameters : post_param1=post_value1&post_param2=post_value2...
-o Output File : Path to file for storing the output (!!! file is overwrite !!!)
-h Help : Display this help

Results

Example