FileFetcher
org.sdm.spa.FileFetcher

This actor reads a set of files in a specified Globus machine, copies them into a specified local directory, and sends back the list of file paths as string when it is done.

Author(s): Ilkay Altintas (Built on top of Steve Mock's GridFTP.)
Version:$Id: FileFetcher.java,v 1.4 2006/04/04 17:23:50 altintas Exp $


certificate
The Globus proxy certificate generated by the GlobusProxy actor.

filesToGet
The list of file paths to fetch in string form seperated by semicolons.

fetchedFiles
The list of file paths for the copied files. (In string form seperated by semicolons.)