create_ftps_repository
Configure a new FTPS evidence repository for Binalyze AIR by specifying server details, authentication credentials, and storage path to securely store digital forensics data.
Instructions
Create a new FTPS evidence repository
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) | |
| organizationIds | No | Organization IDs to associate the repository with |