# Ongoing

The main panel displays the list of ongoing file transfer activities. This view includes essential details such as file name, transfer status, direction, and associated protocols or actors, allowing you to closely monitor the progress and status of each transfer.

{% hint style="info" %}
The **File transfers** page shows also file transfer activities relevant to the [JMS Connector](/data-mover-1.21/transfer-protocols-and-connectors/jms-connector.md). Details are shown in the **Details** window appearing clicking the 3-dot icon.
{% endhint %}

The **Monitoring** → **File Transfers** section displays all transfers currently running.

<figure><img src="/files/vpOF8TfnyHYMWps0XRmX" alt=""><figcaption></figcaption></figure>

The list of results may include hundreds or even thousands of files. To refine your search, use the **Filters** panel on the right.

* **Search by File Name**\
  To find files with a specific name, use the **Search File Name** field.\
  This field is **case-sensitive**. Enter the full or partial filename and press **Enter** to run the search without applying any additional criteria.
* **Filter by Status**\
  To locate files with a particular status, select one or more options from the **Status** drop‑down list.
* **Search by Transfer ID**\
  If you know the file’s Transfer ID, filter the results by entering it in the **Search Transfer ID** field.
* **Filter by Steng, Protocol, or Actor**\
  To find files associated with a specific Steng, protocol, or actor, use the corresponding fields.
* **Filter by Direction**\
  Use **Select Direction** to filter transfers by:
  * **Inbound Client**: Data Mover connects to another system to retrieve files.
  * **Inbound Server**: Data Mover receives a connection from another system that sends files to it.
  * **Outbound Client**: Data Mover connects to another system to send files.
  * **Outbound Server**: Data Mover receives a connection from another system that retrieves files from it.

You can select multiple filters to refine your results. For example, a filename, a status, and a protocol. When ready, click **Apply** to run the search.

Ongoing transfers can be temporarily stopped or permanently deleted. To do so, click the **3-dots icon** and choose **Suspend** or **Abort** as needed.

To access the [Report](/data-mover-1.21/monitoring/file-transfers/reports.md) section, click the <img src="https://files.readme.io/ba69fb6-report_icon.png" alt="" data-size="line"> icon.

For details on the remaining toolbar options at the top of the page, see the dedicated section [here](/data-mover-1.21/getting-started/navigate-through-primeur-data-mover.md#the-toolbar).


---

# 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.primeur.com/data-mover-1.21/monitoring/file-transfers/ongoing.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.
