scp-next
    Preparing search index...

    Interface TransferJob

    interface TransferJob {
        createDirectories?: boolean;
        destination: string;
        dryRun?: boolean;
        operation: TransferOperation;
        overwrite?: boolean;
        postUploadCommands?: string[];
        profile?: string;
        recursive?: boolean;
        source: string;
        timeout?: number;
    }
    Index
    createDirectories?: boolean
    destination: string
    dryRun?: boolean
    overwrite?: boolean
    postUploadCommands?: string[]
    profile?: string
    recursive?: boolean
    source: string
    timeout?: number