Uses of Interface
org.miaixz.bus.extra.ftp.Ftp
Packages that use Ftp
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 Ftp in org.miaixz.bus.extra.ftp
Classes in org.miaixz.bus.extra.ftp that implement FtpModifier and TypeClassDescriptionclassAbstract base class for FTP operations.classFTP client wrapper based on Apache Commons Net.Methods in org.miaixz.bus.extra.ftp that return FtpModifier and TypeMethodDescriptionFtp.reconnectIfTimeout()Reconnects to the FTP server if the current connection has timed out or become stale. -
Uses of Ftp in org.miaixz.bus.extra.ssh.provider.jsch
Classes in org.miaixz.bus.extra.ssh.provider.jsch that implement FtpModifier and TypeClassDescriptionclassSFTP (Secure File Transfer Protocol) client implementation based on JSch. -
Uses of Ftp in org.miaixz.bus.extra.ssh.provider.sshj
Classes in org.miaixz.bus.extra.ssh.provider.sshj that implement FtpModifier and TypeClassDescriptionclassAn SFTP client implementation based on the SSHJ library.