Activity - deliverToGFTP

Activity Type: Delivery

Description

Deliver data to 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

<deliverToGFTP name="delivery">
  <fromLocal from="dataSource"/>
  <toGFTP host="somehost.org" port="2811" file="path/file.ext" append="false"/>
</deliverToGFTP>

Specification

Element deliverToGFTP:

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_to_gftp.xsd

Class

uk.org.ogsadai.activity.delivery.wsrf.DeliverToGFTPActivity

Client Toolkit Class

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