> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dataerai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Track uploads & downloads

> Follow your transfers in the Transfer tracker: live progress, status filtering, and history for browser, desktop, and CLI uploads and downloads.

Every upload and download in Dataerai is a **transfer**. The **Transfer tracker** gives you one place to watch transfers in flight and review what's already finished — whether they came from the browser, the [desktop app, or the CLI](/data/desktop-and-cli).

## Open the Transfer tracker

Open the **Transfer tracker** from the top of the app. It lists your transfers newest-first, grouped by day, and updates **live** as transfers progress — no refresh needed.

<Steps>
  <Step title="Open the tracker from the top bar">
    Click the **Transfer tracker** icon in the top navigation bar.

    <Frame caption="The Transfer tracker icon sits in the top bar, next to the user account menu.">
      <img src="https://mintcdn.com/dataerai/JYQfiA1164D5XDuO/images/nav-transfer-icon.png?fit=max&auto=format&n=JYQfiA1164D5XDuO&q=85&s=0a295a50a4c2f4f29f69cbec8090f81b" alt="Dataerai top bar Transfer tracker icon next to the user account menu" width="140" height="42" data-path="images/nav-transfer-icon.png" />
    </Frame>
  </Step>

  <Step title="Watch your transfers">
    The panel lists transfers newest-first, grouped by day, with search and sort.

    <Frame caption="The Transfer tracker — search, sort, and a live, day-grouped history of uploads and downloads.">
      <img src="https://mintcdn.com/dataerai/JYQfiA1164D5XDuO/images/transfer-tracker.png?fit=max&auto=format&n=JYQfiA1164D5XDuO&q=85&s=7632c3f53151e109081933c7de54a086" alt="Dataerai Transfer tracker panel open from the top navigation bar" width="432" height="620" data-path="images/transfer-tracker.png" />
    </Frame>
  </Step>
</Steps>

## Transfer status

Both **uploads** and **downloads** appear in the tracker. Downloading an asset's content or a whole collection (assembled into a zip) shows up as a transfer row with live progress, right alongside your uploads.

Each transfer is in one of three states:

| Status         | Meaning                                                           |
| -------------- | ----------------------------------------------------------------- |
| **In process** | Queued or actively transferring.                                  |
| **Completed**  | All bytes transferred and verified.                               |
| **Failed**     | The transfer errored or its credentials expired before finishing. |

<Frame caption="A transfer in progress shows a live byte-count and percentage; the × abort control stops it.">
  <img src="https://mintcdn.com/dataerai/JYQfiA1164D5XDuO/images/transfers-progress.png?fit=max&auto=format&n=JYQfiA1164D5XDuO&q=85&s=24bbcc75be8dfe7c611053e79f992f39" alt="Dataerai Transfer tracker row with a live progress bar, byte count, and abort control" width="430" height="80" data-path="images/transfers-progress.png" />
</Frame>

<Note>
  Browser uploads resume **automatically** and are integrity-checked as they go — an interrupted upload continues rather than starting over. The browser has no manual pause control; you can cancel an in-progress transfer with the **×** button. For pause, resume, and the highest throughput on large or bulk transfers, use the [desktop app and CLI](/data/desktop-and-cli).
</Note>

## Find a transfer

When the list gets long, narrow it down:

* **Search** by name.
* **Filter** by status (In process / Completed / Failed), **project**, or **repository**.
* **Sort** by date or other fields.

Active **storage migrations** also appear in the tracker. A migration is Dataerai copying or moving an asset's content between [repositories or allocations](/account/storage) — for example, when an admin changes where a project's data is stored. The row shows the source and destination and its progress, so you can see your data is being relocated without any action on your part.

## Next steps

<CardGroup cols={2}>
  <Card title="Upload in the browser" icon="upload" href="/data/upload">
    Drag-and-drop uploads with live progress.
  </Card>

  <Card title="Desktop app & CLI" icon="hard-drive-upload" href="/data/desktop-and-cli">
    High-throughput, resumable transfers with pause and resume.
  </Card>

  <Card title="Storage: repositories & allocations" icon="database" href="/account/storage">
    Where your transferred data lives.
  </Card>

  <Card title="Notifications" icon="bell" href="/account/notifications">
    Get told when things finish or need attention.
  </Card>
</CardGroup>
