Uses of Class
org.kiwiproject.jsch.SftpConfig
-
Packages that use SftpConfig Package Description org.kiwiproject.jsch -
-
Uses of SftpConfig in org.kiwiproject.jsch
Methods in org.kiwiproject.jsch with parameters of type SftpConfig Modifier and Type Method Description static SftpConnectorSftpConnector. setupAndOpenConnection(SftpConfig config)Creates a new connector and immediately opens a new connection.Constructors in org.kiwiproject.jsch with parameters of type SftpConfig Constructor Description SftpConnector(com.jcraft.jsch.JSch jsch, SftpConfig config)Construct using the givenJSchandSftpConfig.SftpConnector(SftpConfig config)Construct using the givenSftpConfig.
-