Uses of Class
org.aoju.bus.extra.ftp.FtpConfig
Packages that use FtpConfig
Package
Description
基于Apache Commons Net封装的FTP工具
Jsch封装,包括端口映射、SFTP封装等
-
Uses of FtpConfig in org.aoju.bus.extra.ftp
Fields in org.aoju.bus.extra.ftp declared as FtpConfigMethods in org.aoju.bus.extra.ftp that return FtpConfigModifier and TypeMethodDescriptionstatic FtpConfigFtpConfig.create()FtpConfig.setCharset(Charset charset) FtpConfig.setConnectionTimeout(long connectionTimeout) FtpConfig.setPassword(String password) FtpConfig.setPort(int port) FtpConfig.setServerLanguageCode(String serverLanguageCode) FtpConfig.setSoTimeout(long soTimeout) FtpConfig.setSystemKey(String systemKey) Methods in org.aoju.bus.extra.ftp with parameters of type FtpConfigConstructors in org.aoju.bus.extra.ftp with parameters of type FtpConfig -
Uses of FtpConfig in org.aoju.bus.extra.ssh
Methods in org.aoju.bus.extra.ssh with parameters of type FtpConfigConstructors in org.aoju.bus.extra.ssh with parameters of type FtpConfig