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

# ETL: File Mover

> Configure the File Mover workflow component to move or rename files between storage locations as an automated step in your ETL workflow.

The File Mover workflow component moves or renames files between storage locations as a step in your workflow.

## Overview

* Moves files between cloud storage locations (S3, GCS, Azure Blob, SFTP, etc.)
* Can rename files during the move
* Useful for archiving processed files or staging data between pipeline steps

## Configuration

<Steps>
  <Step>Select the source connection and path.</Step>
  <Step>Select the destination connection and path.</Step>
  <Step>Configure file pattern matching (optional -- filter which files to move).</Step>
  <Step>Choose whether to delete the source file after moving.</Step>
</Steps>

## Use Cases

* Archive raw files to a different S3 bucket after processing
* Move files from an SFTP landing zone to cloud storage
* Rename files with timestamps after a dataflow completes
