Package | Description |
---|---|
org.apache.commons.vfs2.provider.sftp |
The SFTP Provider.
|
Modifier and Type | Field and Description |
---|---|
static SftpFileSystemConfigBuilder.ProxyType |
SftpFileSystemConfigBuilder.PROXY_HTTP
HTTP Proxy.
|
static SftpFileSystemConfigBuilder.ProxyType |
SftpFileSystemConfigBuilder.PROXY_SOCKS5
SOCKS Proxy.
|
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 |
---|---|
int |
SftpFileSystemConfigBuilder.ProxyType.compareTo(SftpFileSystemConfigBuilder.ProxyType o) |
void |
SftpFileSystemConfigBuilder.setProxyType(FileSystemOptions opts,
SftpFileSystemConfigBuilder.ProxyType proxyType)
Set the proxy type to use for sftp connection.
|
Copyright © 2002-2016 The Apache Software Foundation. All Rights Reserved.