| Package | Description |
|---|---|
| org.apache.commons.vfs.provider.sftp |
The SFTP Provider.
|
| Modifier and Type | Field and Description |
|---|---|
static SftpFileSystemConfigBuilder.ProxyType |
SftpFileSystemConfigBuilder.PROXY_HTTP |
static SftpFileSystemConfigBuilder.ProxyType |
SftpFileSystemConfigBuilder.PROXY_SOCKS5 |
| Modifier and Type | Method and Description |
|---|---|
SftpFileSystemConfigBuilder.ProxyType |
SftpFileSystemConfigBuilder.getProxyType(FileSystemOptions opts)
Get the proxy type to use for sftp connection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SftpFileSystemConfigBuilder.setProxyType(FileSystemOptions opts,
SftpFileSystemConfigBuilder.ProxyType proxyType)
Set the proxy type to use for sftp connection.
|