scp-next
    Preparing search index...

    Interface TransferOptions

    interface TransferOptions {
        createDirectories?: boolean;
        dryRun?: boolean;
        onProgress?: (progress: TransferProgress) => void;
        overwrite?: boolean;
        postUploadCommands?: string[];
        recursive?: boolean;
        timeout?: number;
    }

    Hierarchy (View Summary)

    Index
    createDirectories?: boolean
    dryRun?: boolean
    onProgress?: (progress: TransferProgress) => void
    overwrite?: boolean
    postUploadCommands?: string[]

    Remote command strings run sequentially only after a successful upload.

    recursive?: boolean
    timeout?: number