> For the complete documentation index, see [llms.txt](https://docs.tricloudnexus.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tricloudnexus.io/edge/nexus-modules/data-connector-modules/filetransfermodule/direct-commands/downloadcert.md).

# DownloadCert

Calling this method downloads a certificate into "certificates" blob container.

### **Method Name:**

DownloadCert

### **Payload:**

The direct command requires a sas uri to download the certificate from.

```
{
    "blobSasUrl": ""
}
```

### **Return value**

The direct command returns an OperationResult that indicates either success or failure.
