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

# FTP

> File Transfer Protocol for your agents

## Installation

```bash theme={null}
agentstack tools add ftp
```

Set three environment variables

```env theme={null}
FTP_HOST=...
FTP_USER=...
FTP_PASSWORD=...
```
