Uses of Class
org.miaixz.bus.extra.ftp.FtpConfig
Packages that use FtpConfig
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 FtpConfig in org.miaixz.bus.extra.ftp
Fields in org.miaixz.bus.extra.ftp declared as FtpConfigModifier and TypeFieldDescriptionprotected FtpConfigAbstractFtp.ftpConfigThe FTP configuration settings used by this client.Methods in org.miaixz.bus.extra.ftp that return FtpConfigModifier and TypeMethodDescriptionAbstractFtp.getConfig()Retrieves the FTP configuration associated with this FTP client instance.Ftp.getConfig()Retrieves the FTP configuration associated with this FTP client instance.static FtpConfigFtpConfig.of()Creates a defaultFtpConfiginstance with no parameters set.FtpConfig.setCharset(Charset charset) Sets the character set for FTP operations.FtpConfig.setConnectionTimeout(long timeout) Sets the connection timeout duration for the FTP connection.FtpConfig.setConnector(Connector connector) Sets the connection information for the FTP server.FtpConfig.setServerLanguageCode(String serverLanguageCode) Sets the server language code.FtpConfig.setSoTimeout(long soTimeout) Sets the socket read timeout duration in milliseconds.FtpConfig.setSystemKey(String systemKey) Sets the server system keyword.Methods in org.miaixz.bus.extra.ftp with parameters of type FtpConfigModifier and TypeMethodDescriptionInitializes the connection.Constructors in org.miaixz.bus.extra.ftp with parameters of type FtpConfigModifierConstructorDescriptionprotectedAbstractFtp(FtpConfig config) Constructs anAbstractFtpinstance with the specified FTP configuration.CommonsFtp(FtpConfig config, org.miaixz.bus.core.lang.EnumValue.Lifecycle lifecycle) Constructor. -
Uses of FtpConfig in org.miaixz.bus.extra.ssh.provider.jsch
Constructors in org.miaixz.bus.extra.ssh.provider.jsch with parameters of type FtpConfigModifierConstructorDescriptionConstructs aJschSftpinstance with the given FTP configuration and initializes it immediately.Constructs aJschSftpinstance with the given FTP configuration and an option to initialize immediately. -
Uses of FtpConfig in org.miaixz.bus.extra.ssh.provider.sshj
Constructors in org.miaixz.bus.extra.ssh.provider.sshj with parameters of type FtpConfig