ssh_copy_file
Facilitates file transfer between local and remote servers using specified SSH connections. Supports directory creation at the target path for efficient file management.
Instructions
Copy files between local and remote servers or between remote servers
Input Schema
Name | Required | Description | Default |
---|---|---|---|
createDirectories | No | Create target directories if they don't exist | |
sourceConnectionId | Yes | Source SSH connection ID (use "local" for local files) | |
sourcePath | Yes | Source file path | |
targetConnectionId | Yes | Target SSH connection ID (use "local" for local files) | |
targetPath | Yes | Target file path |