Java org.apache.commons.vfs2.provider.sftp SftpFileSystemConfigBuilder fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.vfs2.provider.sftp SftpFileSystemConfigBuilder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.vfs2.provider.sftp SftpFileSystemConfigBuilder.

The text is from its open source code.

Field

ProxyTypePROXY_HTTP
HTTP Proxy.
ProxyTypePROXY_SOCKS5
SOCKS Proxy.

Method

SftpFileSystemConfigBuildergetInstance()
Gets the singleton builder.
FilegetKnownHosts(final FileSystemOptions opts)
voidsetCompression(final FileSystemOptions opts, final String compression)
Configures the compression algorithms to use.
voidsetIdentities(final FileSystemOptions opts, final File... identityFiles)
Sets the identity files (your private key files).
voidsetKnownHosts(final FileSystemOptions opts, final File sshdir)
Sets the known_hosts file.
voidsetPreferredAuthentications(final FileSystemOptions opts, final String preferredAuthentications)
Configures authentication order.
voidsetProxyHost(final FileSystemOptions opts, final String proxyHost)
Sets the proxy to use for the SFTP connection.
voidsetProxyPort(final FileSystemOptions opts, final int proxyPort)
Sets the proxy port to use for the SFTP connection.
voidsetStrictHostKeyChecking(final FileSystemOptions opts, final String hostKeyChecking)
Configures the host key checking to use.
voidsetTimeout(final FileSystemOptions opts, final Integer timeout)
Sets the timeout value on Jsch session.
voidsetUserDirIsRoot(final FileSystemOptions opts, final boolean userDirIsRoot)
Sets the whether to use the user directory as root (do not change to file system root).
voidsetUserInfo(final FileSystemOptions opts, final UserInfo info)
Sets the Jsch UserInfo class to use.