ssh_download
Download a file from a remote server to your local machine via SFTP, specifying the 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 |
|---|---|---|---|
| local_path | Yes | Local destination path | |
| remote_path | Yes | Remote file path to download | |
| server_name | Yes | Source server name |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||