# Direct Commands

The FileTransferModule supports a number of direct commands:

* **DownloadBlob**: Downloads a blob and saves it into the "filedownload" blob container.
* **DownloadCert**: Downloads a certificate into "certificates" blob container.
* **FileOperation**: Performs a file operation, by either copying or moving files.
* **FtpDirectory**: Downloads a blob into blob storage.
* **FtpList**: List files in a FTP directory.
* **FtpOperation**: Performs a FTP operation, by either copying or moving files.
* **ListBlobContainers**: List the blob containers from blob storage.
* **ListBlobs**: List the blobs from a specified blob container.
* **UploadBlobs**: Uploads a blob into blob storage.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tricloudnexus.io/edge/nexus-modules/data-connector-modules/filetransfermodule/direct-commands.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
