ssh_download
Download a file from a remote server to your local machine using SFTP. Specify the server, remote path, and local destination.
Instructions
Download a file from a remote server to the local machine via SFTP. Use this tool (NOT scp via ssh_execute) to transfer files FROM a remote SSH server TO the local machine.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server_name | Yes | Source server name | |
| remote_path | Yes | Remote file path to download | |
| local_path | Yes | Local destination path |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||