videosphere
    Preparing search index...

    Non-secret SFTP settings used to prefill the connect/edit form.

    interface SftpExistingConnection {
        host: string;
        port: number;
        username: string;
        remotePath: string;
        authMethod: SftpAuthMethod;
        label: string;
    }
    Index

    Properties

    host: string
    port: number
    username: string
    remotePath: string
    authMethod: SftpAuthMethod
    label: string