scp-next
    Preparing search index...

    Interface ScpNextConfig

    interface ScpNextConfig {
        agent?: string;
        defaultProfile?: string;
        host?: string;
        hostFingerprint?: string;
        jobs?: Record<string, TransferJob>;
        knownHostsFile?: string;
        passphrase?: string;
        password?: string;
        port?: number;
        privateKey?: string;
        privateKeyFile?: string;
        profiles?: Record<string, ScpServerOptions>;
        server?: ScpServerOptions;
        timeout?: number;
        transfer?: Omit<TransferOptions, "onProgress">;
        username?: string;
    }
    Index
    agent?: string
    defaultProfile?: string
    host?: string
    hostFingerprint?: string
    jobs?: Record<string, TransferJob>
    knownHostsFile?: string
    passphrase?: string
    password?: string
    port?: number
    privateKey?: string
    privateKeyFile?: string
    profiles?: Record<string, ScpServerOptions>
    timeout?: number
    transfer?: Omit<TransferOptions, "onProgress">
    username?: string