scp-next
    Preparing search index...

    Interface ScpServerOptions

    interface ScpServerOptions {
        agent?: string;
        host?: string;
        hostFingerprint?: string;
        knownHostsFile?: string;
        passphrase?: string;
        password?: string;
        port?: number;
        privateKey?: string | Buffer<ArrayBufferLike>;
        privateKeyFile?: string;
        timeout?: number;
        username?: string;
    }

    Hierarchy (View Summary)

    Index
    agent?: string
    host?: string
    hostFingerprint?: string
    knownHostsFile?: string
    passphrase?: string
    password?: string
    port?: number
    privateKey?: string | Buffer<ArrayBufferLike>
    privateKeyFile?: string
    timeout?: number
    username?: string