Activity - deliverToURL

Activity Type: Delivery

Description

Consumes data produced by another activity and delivers it to a URL.

Example

To deliver data from the dataSource output of another activity to the ftp://some.destination.org/file/file.ext URL:

<deliverToURL name="delivery">
  <fromLocal from="dataSource"/>
  <toURL>ftp://some.destination.org/file/file.ext</toURL>
</deliverToURL >

Specification

Element deliverToURL:

Input and Output Types

Data Resource Accessor

This activity can operate with any data resource.

XML Schema

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

Class

uk.org.ogsadai.activity.delivery.DeliverToURLActivity

Client Toolkit Class

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