Activity - deliverFromGFTP

Activity Type: Delivery

Description

Retrieve data from a GridFTP server. On the server-side OGSA-DAI will use the client's GSI security credential during the transfer. If no credential is provided then the activity will fail.

Example

<deliverFromGFTP name="retrieve">
  <fromGFTP host="somehost.org" port="8080" file="path/file.ext"/>
  <toLocal name="dataSink"/>
</deliverFromGDT>

Specification

Element deliverFromGFTP:

Input and Output Types

Data Resource Accessor

This activity can operate with any data resource accessor.

XML Schema

OGSA-DAI/schema/ogsadai/xsd/activities/deliver_from_gftp.xsd

Class

uk.org.ogsadai.activity.delivery.wsrf.DeliverFromGFTPActivity

Client Toolkit Class

uk.org.ogsadai.client.toolkit.activity.delivery.DeliverFromGFTP