ftp_sync
Synchronize directories between local and remote servers. Control sync direction, preview changes with dry-run, and optionally delete extra files.
Instructions
Synchronize local and remote directories (like FileZilla synchronized browsing)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | Only show what would change without actually syncing (default: false) | |
| direction | Yes | Sync direction | |
| localPath | Yes | Local directory path | |
| connection | Yes | Connection name | |
| remotePath | Yes | Remote directory path | |
| deleteExtra | No | Delete files that don't exist on source side (default: false) |