create_sftp_repository
Set up an SFTP evidence repository by configuring host, path, and authentication details to securely store and manage digital forensics data.
Instructions
Create a new SFTP evidence repository
Input Schema
Name | Required | Description | Default |
---|---|---|---|
host | Yes | SFTP server hostname or IP address | |
name | Yes | Name for the SFTP repository | |
organizationIds | No | Organization IDs to associate the repository with | |
password | Yes | Password for SFTP authentication | |
path | Yes | Path on the SFTP server (e.g. /) | |
port | No | SFTP server port (default: 22) | |
username | Yes | Username for SFTP authentication |