ftp_copy
Copy a file directly on the remote server using SFTP, avoiding download and re-upload.
Instructions
Directly duplicate a file on the remote server without downloading and re-uploading. CRITICAL: Only supported on SFTP connections.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| destPath | Yes | Target remote destination path. | |
| sourcePath | Yes | Qualified remote source path. |