Home > @cjh1/sfapi > StorageService > startTransfer
Start Transfer Initiate a Globus transfer.
Before calling this method, make sure you have a valid [globus token](https://docs.nersc.gov/services/globus/#generate-a-globus-token-for-use-at-nersc) and have activated the endpoints you want to use.
You can use special UUID-s of “dtn”, “hpss” or “cori”.
Signature:
startTransfer(formData: TransferStorageBody): CancelablePromise<TransferResult>;
Parameter | Type | Description |
---|---|---|
formData | TransferStorageBody |
Returns:
CancelablePromise<TransferResult>
TransferResult Successful Response
ApiError