:orphan:
# PetscGlobusGetTransfers
Get a record of current transfers requested from Globus 
## Synopsis
```
PetscErrorCode PetscGlobusGetTransfers(MPI_Comm comm, const char access_token[], char buff[], size_t buffsize)
```
Not Collective, only the first process in `MPI_Comm` does anything


## Input Parameters

- ***comm -*** the MPI communicator
- ***access_token -*** Globus access token, if `NULL` will check in options database for -globus_access_token XXX otherwise
will call `PetscGlobusAuthorize()`.
- ***buffsize -*** size of the buffer



## Output Parameter

- ***buff -*** location to put Globus information





## See Also
 `PetscGoogleDriveRefresh()`, `PetscGoogleDriveUpload()`, `PetscURLShorten()`, `PetscGlobusUpload()`, `PetscGlobusAuthorize()`

## Level
intermediate

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/sys/webclient/globus.c.html#PetscGlobusGetTransfers">src/sys/webclient/globus.c</A>

## Examples
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/sys/webclient/tutorials/globusobtaintransfers.c.html">src/sys/webclient/tutorials/globusobtaintransfers.c</A><BR>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/sys/webclient/globus.c)


[Index of all Sys routines](index.md)  
[Table of Contents for all manual pages](/manualpages/index.md)  
[Index of all manual pages](/manualpages/singleindex.md)  
