ftp_upload_directory
Recursively uploads an entire local directory to a remote FTP/SFTP server. Specify the local path, remote destination, and connection; overwrite existing files as needed.
Instructions
Upload an entire local directory to the remote server recursively
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| localPath | Yes | Local directory path | |
| overwrite | No | Overwrite existing files (default: true) | |
| connection | Yes | Connection name | |
| remotePath | Yes | Remote destination directory |