> For the complete documentation index, see [llms.txt](https://docs.amove.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.amove.io/cloudflyer-c2c-migration/transfer-status-report.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.amove.io/cloudflyer-c2c-migration/transfer-status-report.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
