Mapwget

De MappingDoc

mapwget

This command retrieves a file from a URL.

-url:XXXX              URL where the file is retrieved
-outfile:XXXX          Output file name
-postfile:XXXX         Name of file sent in POST mode
-timeout:XXXX          Max timeout value for each query
-timeout_connect:XXXX  Max timeout value for each query
-noEmptyRead           If Content-Length does not exist do not read answer
-verbose               Verbose mode
-headerParam:XXXX      Header parameter added to the query
-outHeaderfile:XXXX    Name of outputted header file

Example:

mapwget -url:http://www.mappingsuite.com/index.html -outfile:/tmp/myfile.html