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

# UploadBlobs

Calling this method uploads a blob into blob storage.

### **Method Name:**

UploadBlob

### **Payload:**

The direct command requires the following properties:

* **CloudContainerSasUrl**: Connection to the blob storage account
* **SourceContainer**: Name of the container to upload to
* **SourceBlobFilePath**: Path of the blob to upload

### **Return value**

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