scp-next
    Preparing search index...

    Interface ExecOptions

    interface ExecOptions {
        failOnStderr?: boolean;
        maxBuffer?: number;
        timeout?: number;
    }
    Index
    failOnStderr?: boolean

    Treat any stderr output as failure even when the exit code is zero.

    maxBuffer?: number

    Maximum combined stdout and stderr size in bytes. Defaults to 10 MiB.

    timeout?: number

    Maximum time to wait for completion before closing the SSH channel.