Uses of Class
org.kiwiproject.jsch.SftpConfig
Packages that use SftpConfig
-
Uses of SftpConfig in org.kiwiproject.jsch
Methods in org.kiwiproject.jsch that return SftpConfigMethods in org.kiwiproject.jsch with parameters of type SftpConfigModifier and TypeMethodDescriptionstatic SftpConnectorSftpConnector.setupAndOpenConnection(SftpConfig config) Creates a new connector and immediately opens a new connection.Constructors in org.kiwiproject.jsch with parameters of type SftpConfigModifierConstructorDescriptionSftpConnector(com.jcraft.jsch.JSch jsch, SftpConfig config) Construct using the givenJSchandSftpConfig.SftpConnector(SftpConfig config) Construct using the givenSftpConfig.