#include <transfer-simple.h>
Data Fields | |
char ** | logicalFiles |
Array of logical files to be transfered. | |
unsigned | __sizeLogicalFiles |
Number of items in the above array. | |
char * | sourceSE |
The physical source SE. | |
char * | destSE |
The physical destination SE. | |
glite_transfer_TransferParams * | jobParams |
Array of job parameters. | |
char * | credential |
The credential to get the appropriate proxy. |
It consists of an array of logical files each describing an individual file transfer within the job. sourceSE is the physical source SE that all the logical files must be located on. destSE is the destination SE to transfer to. More complex operations (e.g. arbitrary logical source) are provided by the data scheduler. jobParams are a set of transfer layer specific paramaters that are applied to each file transfer (e.g. gridFTP params); this is for future use and is not currently taken into account. The credential is used by the transfer system to retrieve the appropriate proxy for the transfer.
Definition at line 174 of file transfer-simple.h.
|
Number of items in the above array.
Definition at line 177 of file transfer-simple.h. |
|
The credential to get the appropriate proxy.
Definition at line 181 of file transfer-simple.h. |
|
The physical destination SE.
Definition at line 179 of file transfer-simple.h. |
|
Array of job parameters.
Definition at line 180 of file transfer-simple.h. |
|
Array of logical files to be transfered.
Definition at line 176 of file transfer-simple.h. |
|
The physical source SE.
Definition at line 178 of file transfer-simple.h. |