update_sftp_connection
Update an existing SFTP connection by providing its ID and new configuration details such as host, port, path, username, or password.
Instructions
Update an existing SFTP connection
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | SFTP connection ID | |
| host | No | SFTP host | |
| name | No | Connection name | |
| path | No | Remote path | |
| port | No | SFTP port | |
| password | No | SFTP password | |
| username | No | SFTP username |