Module bus.extra

Package org.miaixz.bus.extra.ssh.provider.jsch


package org.miaixz.bus.extra.ssh.provider.jsch
Provides an encapsulation for the JSch (Java Secure Channel) library. This package contains classes that integrate with JSch to offer SSH and SFTP functionalities. Project homepage: http://www.jcraft.com/jsch/
Since:
Java 17+
Author:
Kimi Liu
  • Class
    Description
    Enumeration of channel types supported by JSch (Java Secure Channel).
    JSch Session encapsulation.
    SFTP (Secure File Transfer Protocol) client implementation based on JSch.
    Enumeration of file transfer modes supported by JSch.