ssh_transfer
Transfer a file between two remote servers using SFTP. Specify the source session, source path, destination session, and destination path.
Instructions
Transfer a file between two connected remote servers (source → destination) via SFTP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sourceSession | Yes | Session name of the source server | |
| sourceRemotePath | Yes | Absolute file path on the source server | |
| destinationSession | Yes | Session name of the destination server | |
| destinationRemotePath | Yes | Absolute file path on the destination server |