<quote>

Purpose/Function

Exposes ftp pass-through command functionality. Uses jglobus Gridftp library.

Attributes

NAME

TYPE

DEFAULT VALUE

DESCRIPTION

delay

long

30000

pause in milliseconds between retries

proxyFile

java.lang.String

null

path to the user's proxy (if not set, uses the default mechanisms for finding the proxy)

retry

int

2

number of times to retry the command

uri

java.net.URI

(required)

endpoint (must support Gridftp)

Elements

TAG

TYPE

COUNT

DESCRIPTION

<command>

java.lang.String

0:1

command to pass through (success depends on the ftp server's supporting the command)

ReturnValues

None.

Examples

<ogrescript>
   <quote uri="gridftp://gridftp-w.ncsa.teragrid.org:2811">
      <command>append /home/arossi/local.properties /u/ac/arossi/top.properties</command>
   </quote>
</ogrescript>
  • No labels