> 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/downloadblob.md).

# DownloadBlob

Calling this method downloads a blob and saves it into the "filedownload" blob container.

### **Method Name:**

DownloadBlob

### **Payload:**

The direct command requires a sas uri to download from.

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

### **Return value**

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