validate_ftps_repository
Validate FTPS repository configuration by checking connection, authentication, and SSL settings before deployment in Binalyze AIR's digital forensics workflow.
Instructions
Validate FTPS repository configuration without creating it
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the FTPS repository | |
| host | Yes | FTPS server hostname or IP address | |
| port | No | FTPS server port (default: 22) | |
| path | Yes | Path on the FTPS server (e.g. /) | |
| username | Yes | Username for FTPS authentication | |
| password | Yes | Password for FTPS authentication | |
| allowSelfSignedSSL | No | Whether to allow self-signed SSL certificates | |
| publicKey | No | Public key for FTPS authentication (optional) |