ssh_download_file
Transfer files from a remote server to a local path using an active SSH connection, specifying both remote and local file paths for secure downloads.
Instructions
Download a file from the remote server
Input Schema
Name | Required | Description | Default |
---|---|---|---|
connectionId | Yes | ID of an active SSH connection | |
localPath | Yes | Path where the file should be saved locally | |
remotePath | Yes | Path to the file on the remote server |