Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ecaccess-file-get(1p) [debian man page]

ECACCESS-FILE-GET(1p)					User Contributed Perl Documentation				     ECACCESS-FILE-GET(1p)

NAME
ecaccess-file-get - Download an ECaccess File SYNOPSIS
ecaccess-file-get -version|-help|-manual ecaccess-file-get [-debug] [-progress] [-offset number] [-bufsize length] source-ecaccess-file [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. ARGUMENTS
source-ecaccess-file The name of the Source ECaccess File. target-local-file (optional) The name of the Target Local 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. -offset number 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. -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 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. -debug Display the SOAP messages exchanged. EXAMPLES
ecaccess-file-get -progress bin/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. 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.14.2 2012-04-16 ECACCESS-FILE-GET(1p)

Check Out this Related Man Page

ECACCESS-ASSOCIATION-PUT(1p)				User Contributed Perl Documentation			      ECACCESS-ASSOCIATION-PUT(1p)

NAME
ecaccess-association-put - Update/Create an Association SYNOPSIS
ecaccess-association-put -version|-help|-manual ecaccess-association-put [-debug] [-gateway name] [-password] source-file DESCRIPTION
Allow updating or creating an ECtrans Association. If the name exists then the Association is updated. If it does not exists then a new Association is created. In order to get a template for a new Association please use the following command: ecaccess-association-get -template association-name target-file The target-file for the Association Descriptive File does not have to be the name of the Association itself. The name for the Association is specified in the association-name parameter. When creating a new Association the -password option should be used to set the password (it can not be set in the Association Descriptive File as this would not be secure). ARGUMENTS
source-file The name of the Association Descriptive File to upload. OPTIONS
-gateway name This is the name of the ECaccess Gateway where the Association should be installed. It is by default the Gateway you are connected to. In order to get the name of your current Gateway you can use the ecaccess-gateway-name command. When using the commands at ECMWF the default Gateway is always "ecaccess.ecmwf.int". -password Allow prompting for a new password for the Association. -version Display version number and exits. -help Print a brief help message and exits. -manual Prints the manual page and exits. -debug Display the SOAP messages exchanged. EXAMPLES
ecaccess-association-put -password ./test Push the Association described in the ./test file of your current directory on your default Gateway. You will be also prompted for a new password. ecaccess-association-put -gateway ecaccess.ecmwf.int ./test Push the Association described in the ./test file of your current directory on the ecaccess.ecmwf.int Gateway. SEE ALSO
ecaccess-association-delete, ecaccess-association-get, ecaccess-association-list, ecaccess-association-protocol and ecaccess. perl v5.14.2 2012-04-16 ECACCESS-ASSOCIATION-PUT(1p)
Man Page