Uses of Class
org.kiwiproject.jsch.SftpConfig.SftpConfigBuilder
Packages that use SftpConfig.SftpConfigBuilder
-
Uses of SftpConfig.SftpConfigBuilder in org.kiwiproject.jsch
Methods in org.kiwiproject.jsch that return SftpConfig.SftpConfigBuilderModifier and TypeMethodDescriptionstatic SftpConfig.SftpConfigBuilderSftpConfig.builder()SftpConfig.SftpConfigBuilder.disableStrictHostChecking(boolean disableStrictHostChecking) Provides option to disable strict host key checking, equivalent to the-o StrictHostKeyChecking=[yes|no]option.The local directory to write out any errors if SFTP fails.The remote host to connect to via SFTP.SftpConfig.SftpConfigBuilder.knownHostsFile(String knownHostsFile) The path to the known hosts file.The password, only used if password authentication is used.SftpConfig.SftpConfigBuilder.port(int port) The SFTP port.SftpConfig.SftpConfigBuilder.preferredAuthentications(String preferredAuthentications) The comma-separated list of preferred authentication mechanisms.SftpConfig.SftpConfigBuilder.privateKeyFilePath(String privateKeyFilePath) The path to the private key file, only used if public key authentication is used.SftpConfig.SftpConfigBuilder.remoteBasePath(String remoteBasePath) The root directory of the remote SFTP location, provided as a convenience to store the remote path in the same place as the other SFTP properties.SftpConfig.SftpConfigBuilder.timeout(io.dropwizard.util.Duration timeout) SFTP connection timeout.The remote user to connect with via SFTP.