Interface AebSftpConfig

interface AebSftpConfig {
    aggregateItems?: boolean;
    attachDocuments?: boolean;
    client-ident-code?: string;
    client-name?: string;
    client-system-id?: string;
    endpoint?: string;
    organizationalUnit?: string;
    password?: string;
    profile?: string;
    user-name?: string;
}

Properties

aggregateItems?: boolean
attachDocuments?: boolean
client-ident-code?: string
client-name?: string
client-system-id?: string
endpoint?: string
organizationalUnit?: string
password?: string
profile?: string
user-name?: string