public interface SftpConstants
| Modifier and Type | Field and Description |
|---|---|
static String |
HTTP
Denote HTTP proxy type.
|
static String |
PROXY_PASSWORD
Proxy server password.
|
static String |
PROXY_PORT
Proxy server port.
|
static String |
PROXY_SERVER
Proxy server address.
|
static String |
PROXY_TYPE
Denote type of proxy whether SOCKS5 or HTTP.
|
static String |
PROXY_USERNAME
Proxy server username.
|
static String |
RETRY_COUNT
Number of retries allow to connect to server
|
static String |
SFTP_PATH_FROM_ROOT
In the case of SFTP set the path from root if the param is presented in URL.
|
static String |
SOCKS
Denote SOCKS proxy type.
|
static String |
STRICT_HOST_KEY_CHECKING
Specifies whether the Host key should be checked.
|
static String |
TIMEOUT
Default Timeout for the connection.
|
static final String SFTP_PATH_FROM_ROOT
static final String HTTP
static final String PROXY_TYPE
static final String PROXY_SERVER
static final String PROXY_PORT
static final String PROXY_USERNAME
static final String PROXY_PASSWORD
static final String TIMEOUT
static final String RETRY_COUNT
static final String SOCKS
static final String STRICT_HOST_KEY_CHECKING
Copyright © 2002–2024 WSO2. All rights reserved.