ssh_upload_file
Upload local files to a remote host via SFTP using SSH credentials. Provide host, username, local path, and remote path for secure file transfer.
Instructions
Upload a local file to remote host via SFTP channel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | Target host IP or domain | |
| port | No | SSH port | |
| password | No | SSH password | |
| username | Yes | SSH username | |
| localPath | Yes | Local file path to upload | |
| remotePath | Yes | Remote target destination path | |
| privateKeyPath | No | Path to private key |