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

# File Transfers

> File transfers cannot be done using the Thunder Compute Console. Use the CLI or VSCode to move data between local machines and cloud GPU hardware.

<Columns cols={3}>
  <Card title="VS Code" icon="window" href="/vscode/operations/file-transfers" color="#95c5ea" className="platform-card">
    Editor extension
  </Card>

  <Card title="CLI" icon="terminal" href="/cli/operations/file-transfers" color="#95c5ea" className="platform-card">
    Command line
  </Card>

  <Card title="Console" icon="browser" color="#95c5ea" className="platform-card platform-current">
    Web interface
  </Card>
</Columns>

## Transfer Files

The console does not support direct file transfers. To transfer files, use the [CLI](/cli/operations/file-transfers) or [VSCode extension](/vscode/operations/file-transfers).
