ftp_mirror
Synchronize directories between an FTP server and local machine in one direction, deleting extra files to match the source.
Instructions
Mirror a remote directory to local or vice versa (one-way sync with delete)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | Only show what would change (default: false) | |
| direction | Yes | Mirror direction | |
| localPath | Yes | Local directory path | |
| connection | Yes | Connection name | |
| remotePath | Yes | Remote directory path |