test_sftp_connection
Test SFTP credentials by attempting a connection to the specified host and port with username, password, and remote path, reporting whether the connection succeeds.
Instructions
Test an SFTP connection with the provided credentials
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | SFTP host | |
| path | No | Remote path | |
| port | No | SFTP port | |
| password | No | SFTP password | |
| username | No | SFTP username |