ssh_upload_file
Transfer files from a local system to a remote server using an active SSH connection by specifying local and remote file paths.
Instructions
Upload a file to the remote server
Input Schema
Name | Required | Description | Default |
---|---|---|---|
connectionId | Yes | ID of an active SSH connection | |
localPath | Yes | Path to the local file | |
remotePath | Yes | Path where the file should be saved on the remote server |