update_ftps_repository
Modify an FTPS evidence repository by updating its name, host, path, authentication details, and associated organization IDs in Binalyze AIR MCP Server.
Instructions
Update an existing FTPS evidence repository
Input Schema
Name | Required | Description | Default |
---|---|---|---|
allowSelfSignedSSL | No | Whether to allow self-signed SSL certificates | |
host | Yes | Updated FTPS server hostname or IP address | |
id | Yes | ID of the FTPS repository to update | |
name | Yes | Updated name for the FTPS repository | |
organizationIds | No | Updated organization IDs to associate the repository with | |
password | Yes | Updated password for FTPS authentication | |
path | Yes | Updated path on the FTPS server (e.g. /) | |
port | No | Updated FTPS server port (default: 22) | |
publicKey | No | Public key for FTPS authentication (optional) | |
username | Yes | Updated username for FTPS authentication |