ssh_sftp_rename
Rename or move files and directories on a remote server using an active SSH connection.
Instructions
Rename or move a file or directory on the remote server using SFTP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connectionId | Yes | The session ID returned by ssh_connect | |
| oldPath | Yes | Current remote path of the file or directory | |
| newPath | Yes | New remote path for the file or directory |