ETASCOM CRM V3 - Documentation API
    Preparing search index...
    interface SftpConfig {
        host: string;
        port: number;
        username: string;
        password?: string;
        privateKey?: string;
    }
    Index

    Properties

    host: string
    port: number
    username: string
    password?: string
    privateKey?: string