|
Functions |
char * | glite_fts_submit (glite_transfer_ctx *ctx, const glite_transfer_TransferJob *job) |
| Submit a FileTransfer job.
|
char * | glite_fts_transferSubmit (glite_transfer_ctx *ctx, const glite_transfer_TransferJob *job, int withDelegation, int withChecksums) |
| Submit a FileTransfer job with optional checskum information.
|
char * | glite_fts_placementSubmit (glite_transfer_ctx *ctx, const glite_transfer_PlacementJob *job, int withDelegation) |
| Submit a FilePlacement job.
|
glite_transfer_JobStatus ** | glite_fts_listRequests (glite_transfer_ctx *ctx, int numStates, const char *const states[], const char *channelName, int *resultCount) |
| Get a list of jobIDs matching the given states on the given channel.
|
glite_transfer_JobStatus ** | glite_fts_listRequests2 (glite_transfer_ctx *ctx, int numStates, const char *const states[], const char *channelName, const char *restrict_dn, const char *restrict_vo, int *resultCount) |
| Get a list of jobIDs matching the given states on the given channel.
|
glite_transfer_FileTransferStatus ** | glite_fts_getFileStatus (glite_transfer_ctx *ctx, const char *requestId, int offset, int limit, int *resultCount) |
| Get the statuses of all the files with the given requestID.
|
glite_transfer_JobStatus * | glite_fts_getTransferJobStatus (glite_transfer_ctx *ctx, const char *requestId) |
| Get the summary state for the whole job.
|
glite_transfer_TransferJobSummary * | glite_fts_getTransferJobSummary (glite_transfer_ctx *ctx, const char *requestId) |
| Get a summary status of the job.
|
glite_transfer_TransferJobSummary2 * | glite_fts_getTransferJobSummary2 (glite_transfer_ctx *ctx, const char *requestId) |
int | glite_fts_cancel (glite_transfer_ctx *ctx, int nitems, const char **requestIds) |
| Attempt to cancel the given job on the service.
|
int | glite_fts_addVOManager (glite_transfer_ctx *ctx, const char *VOname, const char *principal) |
| Add a manager to the given VO.
|
int | glite_fts_removeVOManager (glite_transfer_ctx *ctx, const char *VOname, const char *principal) |
| Remove a manager from the given VO.
|
char ** | glite_fts_listVOManagers (glite_transfer_ctx *ctx, const char *VOname, int *resultcount) |
| Lists managers of a given VO.
|
glite_transfer_Roles * | glite_fts_getRoles (glite_transfer_ctx *ctx) |
| Get roles of the client on this service.
|
glite_transfer_Roles * | glite_fts_getRolesOf (glite_transfer_ctx *ctx, const char *otherDN) |
| Get roles of the specified user on this service.
|
int | glite_fts_setJobPriority (glite_transfer_ctx *ctx, const char *requestID, const int priority) |
| Set priority of a job.
|