ssh_upload
Upload local files to a remote server via SFTP. Transfers files from local machine to remote SSH server.
Instructions
Upload a local file to a remote server via SFTP. Use this tool (NOT scp via ssh_execute) to transfer files FROM the local machine TO a remote SSH server. For server-to-server transfers, download from source first, then upload to destination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server_name | Yes | Target server name | |
| local_path | Yes | Local file path to upload | |
| remote_path | Yes | Remote destination path |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||