Package | Description |
---|---|
org.apache.commons.vfs2.provider.sftp |
The SFTP Provider.
|
Modifier and Type | Field | Description |
---|---|---|
static SftpFileSystemConfigBuilder.ProxyType |
SftpFileSystemConfigBuilder.PROXY_HTTP |
HTTP Proxy.
|
static SftpFileSystemConfigBuilder.ProxyType |
SftpFileSystemConfigBuilder.PROXY_SOCKS5 |
SOCKS Proxy.
|
static SftpFileSystemConfigBuilder.ProxyType |
SftpFileSystemConfigBuilder.PROXY_STREAM |
Connects to the SFTP server through a remote host reached by SSH.
|
Modifier and Type | Method | Description |
---|---|---|
SftpFileSystemConfigBuilder.ProxyType |
SftpFileSystemConfigBuilder.getProxyType(FileSystemOptions opts) |
Gets the proxy type to use for the SFTP connection.
|
Modifier and Type | Method | Description |
---|---|---|
int |
SftpFileSystemConfigBuilder.ProxyType.compareTo(SftpFileSystemConfigBuilder.ProxyType pType) |
|
void |
SftpFileSystemConfigBuilder.setProxyType(FileSystemOptions opts,
SftpFileSystemConfigBuilder.ProxyType proxyType) |
Sets the proxy type to use for the SFTP connection.
|