ssh_scp_to
Uploads local files or directories to a remote host via scp, leveraging SSH multiplexing to reuse connections.
Instructions
Upload a local file or directory to the remote host via scp (reuses the multiplexed SSH connection when mux is enabled).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | SSH target in the form user@host[:port]. Uses the local SSH config and keys. | |
| recursive | No | Required when local_path is a directory. | |
| local_path | Yes | Absolute or relative path on the local machine. | |
| timeout_ms | No | ||
| remote_path | Yes | Absolute or relative path on the remote host. |