TODO

Hierarchy

  • JSchSession

Constructors

Methods

  • Sets the configuration value for the session

    Parameters

    • key: string

    Returns JSchSession

  • Sets the configuration value for the session

    Parameters

    • config: Map<string, string>

    Returns JSchSession

  • Gets the configuration value for the session with the given key

    Parameters

    • key: string

    Returns string

  • Gets the HostKey comment

    Returns string

  • Gets the HostKey fingerprint

    Returns string

  • Gets the HostKey host

    Returns string

  • Gets the HostKey marker

    Returns string

  • Gets the HostKey public key

    Returns string

  • Gets the HostKey type

    Returns string

  • Gets the HostKey entry for the known_hosts file

    Returns string

  • Provides a callback function that represents a SFTP connection.

    Type Parameters

    • R

    Parameters

    • afterOpenChannel: ((session) => R)
        • (session): R
        • Parameters

          Returns R

    Returns R

Generated using TypeDoc