# Transfer Status Report

In the **Transfer Status** page, users can track ongoing and completed transfers:

* **Ongoing Transfers**:
  * Displays transfers currently in progress.
  * Shows the current transfer speed, total size transferred, and files in progress.
  * Users can see the number of **Files Transferred**, **Skipped**, and any **Failed** items, as well as the remaining transfer time.

<figure><img src="/files/5gja5FQwQeI09nFIY28E" alt=""><figcaption></figcaption></figure>

* **Completed Transfers**:
  * Provides details of transfers that have been successfully completed.
  * Displays total files transferred, total size, and the average transfer speed.
  * Users can review the file paths, timestamps, and overall summary for each completed transfer.

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

**Transfer Logs**

The **Transfer Status** page also provides a **Messages** section, which logs detailed information about each transfer:

* **Transfer Speed**: Shows how quickly data is being transferred (in MB/s or GB/s).
* **File Paths**: Displays the source and destination paths for each file.
* **Time Stamps**: Indicates when the transfer started and finished.
* **Total Transferred**: The amount of data that has been successfully transferred.
* **Transfer Details**: A breakdown of each file transferred, skipped, or failed.


---

# 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.amove.io/cloudflyer-c2c-migration/transfer-status-report.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.
