IBM Aspera JavaScript Library
    Preparing search index...

    Interface TestSshPortsOptions

    Options for testing SSH port connectivity to a transfer server.

    interface TestSshPortsOptions {
        remote_host: string;
        ssh_port?: number;
        timeout_sec?: number;
    }
    Index

    Properties

    remote_host: string

    Domain name of the transfer server

    ssh_port?: number

    SSH port

    timeout_sec?: number

    Timeout value in seconds