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-EVENT-SEND(1p) 				User Contributed Perl Documentation				   ECACCESS-EVENT-SEND(1p)

NAME
ecaccess-event-send - Trigger an ECaccess Event SYNOPSIS
ecaccess-event-send -version|-help|-manual ecaccess-event-send [-debug] [-environment variables] [-delay duration] [-at date] event-id sequence DESCRIPTION
Allow triggering the event specified by its event-id. The sequence number should always be greater than the last sequence submitted. The specified environment parameters are passed to the jobs before submissions. The triggering of the event can also be delayed or started at a later time if required. As a result the number of notification(s) updated is displayed. ARGUMENTS
event-id The identifier of the Event to trigger. sequence The sequence number for the triggering (must be an integer between 0 and 2147483647). OPTIONS
-environment variables Specify which environment variables to pass to the jobs. Multiple variables should be separated by a semi-column (e.g. "PARAM1=xxx;PARAM2=yyy"). -delay duration Allow delaying the submission of the event (default: no delay). The duration is specified in [w]eeks, [d]ays, [h]ours, [m]inutes or [s]econds (e.g. 1w or 2d). -at date Specify the starting date for the event (default: immediate submission). The format of the date is "yyyy-MM-dd HH:mm" (e.g. "2011-01-19 12:17"). -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-event-send 167 2000 Trigger the event 167 with a sequence number of 2000. ecaccess-event-send -delay 1d 167 2000 Trigger the same event as in the previous example in 24 hours. SEE ALSO
ecaccess-event-grant, ecaccess-event-clear, ecaccess-event-list, ecaccess-event-delete, ecaccess-event-create and ecaccess. perl v5.14.2 2012-04-16 ECACCESS-EVENT-SEND(1p)
Man Page