SftpStorageConfig

SftpStorageConfig
SftpStorageConfig

Configuration for SFTP storage.

JSON Example
{
    "host": "string",
    "port": "string",
    "thumbprint": "string",
    "username": "string",
    "directory": "string"
}
string
host
Required  

The address of the SFTP server.

string
port
Required  

The port of the SFTP server.

string
thumbprint
Required  

The thumbprint of the SFTP server.

string
username
Required  

The username used for authentication with the SFTP server.

string
directory
Optional

Directory on the SFTP server where the objects will be stored.