Modifier and Type | Method and Description |
---|---|
SFTPEnvironment |
SFTPEnvironment.withAgentForwarding(boolean agentForwarding)
Stores whether or not agent forwarding should be enabled.
|
SFTPEnvironment |
SFTPEnvironment.withAppendedConfig(String key,
String value)
Stores a configuration option to use.
|
SFTPEnvironment |
SFTPEnvironment.withClientVersion(String version)
Stores the client version to use.
|
SFTPEnvironment |
SFTPEnvironment.withConfig(String key,
String value)
Stores a configuration option to use.
|
SFTPEnvironment |
SFTPEnvironment.withConnectTimeout(int timeout)
Stores the connection timeout to use.
|
SFTPEnvironment |
SFTPEnvironment.withDefaultDirectory(String pathname)
Stores the default directory to use.
|
SFTPEnvironment |
SFTPEnvironment.withFilenameEncoding(Charset encoding)
Stores the filename encoding to use.
|
SFTPEnvironment |
SFTPEnvironment.withHostKeyAlias(String alias)
Stores the host key alias to use.
|
SFTPEnvironment |
SFTPEnvironment.withServerAliveCountMax(int count)
Stores the maximum number of server alive messages that can be sent without any reply before disconnecting.
|
SFTPEnvironment |
SFTPEnvironment.withServerAliveInterval(int interval)
Stores the server alive interval to use.
|
SFTPEnvironment |
SFTPEnvironment.withTimeout(int timeout)
Stores the timeout.
|
Copyright © 2016–2023. All rights reserved.