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