validate_ftps_repository
Verify FTPS repository configuration parameters such as host, port, path, and authentication details to ensure proper setup without creating the repository.
Instructions
Validate FTPS repository configuration without creating it
Input Schema
Name | Required | Description | Default |
---|---|---|---|
allowSelfSignedSSL | No | Whether to allow self-signed SSL certificates | |
host | Yes | FTPS server hostname or IP address | |
name | Yes | Name for the FTPS repository | |
password | Yes | Password for FTPS authentication | |
path | Yes | Path on the FTPS server (e.g. /) | |
port | No | FTPS server port (default: 22) | |
publicKey | No | Public key for FTPS authentication (optional) | |
username | Yes | Username for FTPS authentication |