Uses of Class
org.miaixz.bus.extra.ftp.AbstractFtp
Packages that use AbstractFtp
Package
Description
Provides utility classes for FTP (File Transfer Protocol) operations, primarily based on Apache Commons Net.
Provides an encapsulation for the JSch (Java Secure Channel) library.
Provides an encapsulation for the SSHJ library, offering SSH and SFTP functionalities.
-
Uses of AbstractFtp in org.miaixz.bus.extra.ftp
Subclasses of AbstractFtp in org.miaixz.bus.extra.ftpModifier and TypeClassDescriptionclassFTP client wrapper based on Apache Commons Net. -
Uses of AbstractFtp in org.miaixz.bus.extra.ssh.provider.jsch
Subclasses of AbstractFtp in org.miaixz.bus.extra.ssh.provider.jschModifier and TypeClassDescriptionclassSFTP (Secure File Transfer Protocol) client implementation based on JSch. -
Uses of AbstractFtp in org.miaixz.bus.extra.ssh.provider.sshj
Subclasses of AbstractFtp in org.miaixz.bus.extra.ssh.provider.sshjModifier and TypeClassDescriptionclassAn SFTP client implementation based on the SSHJ library.Methods in org.miaixz.bus.extra.ssh.provider.sshj that return AbstractFtp