Interface FormatSftpConfig

interface FormatSftpConfig {
    active?: boolean;
    config?: {
        client-code?: string;
        sftp-dns-name?: string;
        sftp-inbound?: string;
        sftp-login-name?: string;
        sftp-password?: string;
        sftp-port?: string;
    };
    vendor?: "format";
}

Properties

active?: boolean
config?: {
    client-code?: string;
    sftp-dns-name?: string;
    sftp-inbound?: string;
    sftp-login-name?: string;
    sftp-password?: string;
    sftp-port?: string;
}

Type declaration

  • Optional client-code?: string

    Mandantennummer

  • Optional sftp-dns-name?: string
  • Optional sftp-inbound?: string
  • Optional sftp-login-name?: string
  • Optional sftp-password?: string
  • Optional sftp-port?: string
vendor?: "format"