Uses of Enum Class
org.miaixz.bus.extra.ssh.provider.jsch.JschSftp.Mode
Packages that use JschSftp.Mode
Package
Description
Provides an encapsulation for the JSch (Java Secure Channel) library.
-
Uses of JschSftp.Mode in org.miaixz.bus.extra.ssh.provider.jsch
Methods in org.miaixz.bus.extra.ssh.provider.jsch that return JschSftp.ModeModifier and TypeMethodDescriptionstatic JschSftp.ModeReturns the enum constant of this class with the specified name.static JschSftp.Mode[]JschSftp.Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.miaixz.bus.extra.ssh.provider.jsch with parameters of type JschSftp.ModeModifier and TypeMethodDescriptionJschSftp.put(InputStream srcStream, String destPath, com.jcraft.jsch.SftpProgressMonitor monitor, JschSftp.Mode mode) Uploads a local data stream to the target server.JschSftp.put(String srcFilePath, String destPath, com.jcraft.jsch.SftpProgressMonitor monitor, JschSftp.Mode mode) Uploads a local file to the target server with a progress monitor and transfer mode.JschSftp.put(String srcFilePath, String destPath, JschSftp.Mode mode) Uploads a local file to the target server with a specified transfer mode.