IBM Aspera JavaScript Library
    Preparing search index...

    Interface ResumeTransferOptions

    interface ResumeTransferOptions {
        content_protection_passphrase?: string;
        content_protection_password?: string;
        remote_password?: string;
        remote_user?: string;
        token?: string;
    }
    Index

    Properties

    content_protection_passphrase?: string

    Use content_protection_password instead.

    content_protection_password?: string
    remote_password?: string
    remote_user?: string
    token?: string