Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

NAME

ecaccess-job-get - Download a Job Output/Input/Error File

SYNOPSIS

ecaccess-job-get -version|-help|-manual

ecaccess-job-get [-debug] [-input|-error] [-bufsize length] job-id local-target-file

DESCRIPTION

Allow downloading the Job Output/Input/Error Files with identifier job-id.

The file is downloaded localy locally in the local-target-file.

ARGUMENTS

 

job-id

 

The identifier of the ECaccess Job to retrieve.

 

local-target-file

 

The name of the Local Target File.

 

 

OPTIONS

 

-input

 

By default the Job Output File is downloaded. Using this option allow downloading the Job Input File instead.

 

-error

 

By default the Job Output File is downloaded. Using this option allow downloading the Job Error File instead.

 

-bufsize length

 

Specify the length of the buffer (in bytes) which is used to download the file. The larger the buffer the smaller the number of http/s requests. By default a buffer of 524288 bytes (512KB) is used.

 

-version

 

Display version number and exits.

 

-help

 

Print a brief help message and exits.

 

-manual

 

Prints the manual page and exits.

 

-retry count

 

Number of SSL connection retries per 5s to ECMWF. This parameter only apply to the initial SSL connection initiated by the command to the ECMWF server. It does not apply to all the subsequent requests made afteward as it is mainly targeting errors that can happen from time to time during the SSL handshake. Default is no retry.

 

-debug

 

Display the SOAP and SSL messages exchanged.

 

 

EXAMPLES

ecaccess-job-get 124356 ./ecaccess-job-124356.output

Download the output of the ECaccess Job 124356 in the local ecaccess-job-124356.output file.

SEE ALSO

ecaccess-job-delete, ecaccess-job-list, ecaccess-job-restart, ecaccess-job-submit and ecaccess.