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-file-get - Download an ECaccess File

Arguments

source-ecaccess-file
               The name of the Source ECaccess File.

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

Description

       Allow downloading the source-ecaccess-file. If no target-local-file is specified then the source-ecaccess-file name is used.

       The source-ecaccess-file is in the form [domain:][/user-id/]path. Please read the "Shell commands -> File
       Management" section of the "ecaccess" guide for more information on the ECaccess File System.

Examples

ecaccess-file-get-progressbin/a.out

       Download  the  a.out  File  in the $HOME/bin directory of the authenticated user. The Target File Name is
       a.out. A progress bar is displayed during the transmission.

Name

       ecaccess-file-get - Download an ECaccess File

Options

-progress
               Provide  a  progress meter on the standard terminal, allowing to monitor the file transmission in
               real-time. The progress bar is removed from the terminal when  the  transmission  is  done.  This
               option is not supported and ignored on Windows platforms.

       -offsetnumber
               Every  open  file  has  an associated file offset, which determines where the next read operation
               will start. This number is set to 0 by default.

       -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 1048576 bytes (1MB) 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-file-delete, ecaccess-file-chmod, ecaccess-file-mget, ecaccess-file-modtime, ecaccess-file-mput,
       ecaccess-file-rmdir, ecaccess-file-copy, ecaccess-file-dir,  ecaccess-file-mdelete,  ecaccess-file-mkdir,
       ecaccess-file-move, ecaccess-file-put, ecaccess-file-size and ecaccess.

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

Synopsis

ecaccess-file-get-version|-help|-manualecaccess-file-get[-debug][-progress][-offsetnumber][-bufsizelength]source-ecaccess-file[target-local-file]

See Also