Interface MercurioSftpConfig

interface MercurioSftpConfig {
    aggregateItems?: boolean;
    clientId?: string;
    interfacePassword?: string;
    sftp-dns-name?: string;
    sftp-inbound?: string;
    sftp-login-name?: string;
    sftp-password?: string;
    sftp-port?: string;
    template?: string;
}

Properties

aggregateItems?: boolean
clientId?: string

Mandantennummer

interfacePassword?: string

Schnittstellenpasswort

sftp-dns-name?: string
sftp-inbound?: string
sftp-login-name?: string
sftp-password?: string
sftp-port?: string
template?: string