#include <transfer-simple.h>
Data Fields | |
glite_transfer_TransferJobElement ** | transferJobElements |
Array of TransferJobElements, each describing an individual file transfer within the job. | |
unsigned | __sizetransferJobElements |
Number of items in the above array. | |
glite_transfer_TransferParams * | jobParams |
A set of transfer layer specific paramaters tha tare applied to each file transfer (e.g. | |
char * | credential |
Used by the transfer system to retrieve the appropriate proxy for the transfer. |
Definition at line 175 of file transfer-simple.h.
|
Number of items in the above array.
Definition at line 178 of file transfer-simple.h. |
|
Used by the transfer system to retrieve the appropriate proxy for the transfer.
Definition at line 180 of file transfer-simple.h. |
|
A set of transfer layer specific paramaters tha tare applied to each file transfer (e.g. gridFTP params). Definition at line 179 of file transfer-simple.h. |
|
Array of TransferJobElements, each describing an individual file transfer within the job.
Definition at line 177 of file transfer-simple.h. |