logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Arguments

job-id  The identifier of the ECaccess Job to retrieve.

       local-target-file
               The name of the Local Target File.

Description

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

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

Examples

ecaccess-job-get124356./ecaccess-job-124356.output

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

Name

       ecaccess-job-get - Download a Job Output/Input/Error 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.

       -encrypt
               By  default  files  are  downloaded through the plain text channel (http). Using this option will
               force the download to occurs through the SSL secure channel (https).

       -binary By default files are downloaded as text files. This option will download files  as  binary  files
               (decode_base64  required).  Please note that text files can also be downloaded in binary mode but
               text mode is faster. You should use this  option  if  your  job  output  is  containing  non-text
               characters.

       -bufsizelength
               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.

       -retrycount
               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.

See Also

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

perl v5.32.0                                       2021-01-05                               ECACCESS-JOB-GET(1p)

Synopsis

ecaccess-job-get-version|-help|-manualecaccess-job-get[-debug][-input|-error][-encrypt][-binary][-bufsizelength]job-idlocal-target-file

See Also