IBM Aspera JavaScript Library
    Preparing search index...

    IBM Aspera JavaScript Library

    IBM Aspera JavaScript SDK

    This JavaScript SDK allows web applications to integrate with Aspera transfer clients to perform high-speed Aspera file transfers.

    Supported transfer clients:

    • IBM Aspera for desktop
    • IBM Aspera HTTP Gateway
    • IBM Aspera Connect

    Example code is available on GitHub Pages with TypeDoc documentation here.

    Install via npm:

    $ npm install --save @ibm-aspera/sdk
    

    To include this SDK via script tag directly in your web application's HTML, refer to third-party CDNs such as jsDelivr:

    <script src="https://cdn.jsdelivr.net/npm/@ibm-aspera/sdk@0.2.30/dist/js/aspera-sdk.js"></script>
    

    The full API of this SDK can be found here with many code examples.

    Along with the examples, you can find an example test application here.

    Refer to MIGRATION for recommended changes when migrating your web application from the Connect SDK (@ibm-aspera/connect-sdk-js).