| Modifier and Type | Method and Description |
|---|---|
FTPSEnvironment |
FTPSEnvironment.clone() |
FTPSEnvironment |
FTPSEnvironment.withAbsoluteFilePathSupport(boolean supportAbsoluteFilePaths)
Deprecated.
Use
withFTPFileStrategyFactory(FTPFileStrategyFactory) instead. A value of true should be replaced with
FTPFileStrategyFactory.AUTO_DETECT, a value of false with FTPFileStrategyFactory.NON_UNIX. |
FTPSEnvironment |
FTPSEnvironment.withActiveExternalIPAddress(String ipAddress) |
FTPSEnvironment |
FTPSEnvironment.withActivePortRange(int minPort,
int maxPort) |
FTPSEnvironment |
FTPSEnvironment.withActualTotalSpaceCalculation(boolean calculateActualTotalSpace)
Deprecated.
FileStore.getTotalSpace() does not need to traverse the file system, because that would calculate the total used
space, not the total space. |
FTPSEnvironment |
FTPSEnvironment.withAuthCommand(String command)
Stores the AUTH command to use.
|
FTPSEnvironment |
FTPSEnvironment.withAutodetectEncoding(boolean autodetect) |
FTPSEnvironment |
FTPSEnvironment.withBufferSize(int bufferSize) |
FTPSEnvironment |
FTPSEnvironment.withCharset(Charset charset) |
FTPSEnvironment |
FTPSEnvironment.withClientConfig(FTPClientConfig clientConfig) |
FTPSEnvironment |
FTPSEnvironment.withClientConnectionCount(int count) |
FTPSEnvironment |
FTPSEnvironment.withClientConnectionWaitTimeout(long timeout) |
FTPSEnvironment |
FTPSEnvironment.withClientConnectionWaitTimeout(long duration,
TimeUnit unit) |
FTPSEnvironment |
FTPSEnvironment.withConnectionMode(ConnectionMode connectionMode) |
FTPSEnvironment |
FTPSEnvironment.withConnectTimeout(int timeout) |
FTPSEnvironment |
FTPSEnvironment.withControlEncoding(String encoding) |
FTPSEnvironment |
FTPSEnvironment.withControlKeepAliveReplyTimeout(int timeout) |
FTPSEnvironment |
FTPSEnvironment.withControlKeepAliveTimeout(long timeout) |
FTPSEnvironment |
FTPSEnvironment.withCredentials(String username,
char[] password) |
FTPSEnvironment |
FTPSEnvironment.withCredentials(String username,
char[] password,
String account) |
FTPSEnvironment |
FTPSEnvironment.withDataTimeout(int timeout) |
FTPSEnvironment |
FTPSEnvironment.withDefaultDirectory(String pathname) |
FTPSEnvironment |
FTPSEnvironment.withEnabledCipherSuites(String... cipherSuites)
Stores the names of the cipher suites which could be enabled for use on connections.
|
FTPSEnvironment |
FTPSEnvironment.withEnabledProtocols(String... protocolVersions)
Stores which particular protocol versions are enabled for use on connections.
|
FTPSEnvironment |
FTPSEnvironment.withEnabledSessionCreation(boolean established)
Stores whether or not new SSL sessions may be established by sockets.
|
FTPSEnvironment |
FTPSEnvironment.withEndpointCheckingEnabled(boolean enabled)
Stores whether or not endpoint identification using the HTTPS algorithm should be enabled.
|
FTPSEnvironment |
FTPSEnvironment.withFileSystemExceptionFactory(FileSystemExceptionFactory factory) |
FTPSEnvironment |
FTPSEnvironment.withFTPFileStrategyFactory(FTPFileStrategyFactory factory) |
FTPSEnvironment |
FTPSEnvironment.withHostnameVerifier(HostnameVerifier hostnameVerifier)
Stores the hostname verifier to use.
|
FTPSEnvironment |
FTPSEnvironment.withKeepAlive(boolean keepAlive) |
FTPSEnvironment |
FTPSEnvironment.withKeyManager(KeyManager keyManager)
Stores the key manager to use.
|
FTPSEnvironment |
FTPSEnvironment.withLocalAddress(InetAddress localAddr,
int localPort) |
FTPSEnvironment |
FTPSEnvironment.withNeedClientAuth(boolean needClientAuth)
Stores whether or not sockets will require client authentication.
|
FTPSEnvironment |
FTPSEnvironment.withParserFactory(FTPFileEntryParserFactory parserFactory) |
FTPSEnvironment |
FTPSEnvironment.withPassiveLocalIPAddress(String ipAddress) |
FTPSEnvironment |
FTPSEnvironment.withPassiveNatWorkaround(boolean enabled)
Deprecated.
|
FTPSEnvironment |
FTPSEnvironment.withPassiveNatWorkaroundStrategy(FTPClient.HostnameResolver resolver)
Stores the workaround strategy to replace the PASV mode reply addresses.
|
FTPSEnvironment |
FTPSEnvironment.withProtocol(String protocol)
Stores the protocol to use.
|
FTPSEnvironment |
FTPSEnvironment.withProxy(Proxy proxy) |
FTPSEnvironment |
FTPSEnvironment.withReceiveBufferSize(int size) |
FTPSEnvironment |
FTPSEnvironment.withReceiveDataSocketBufferSize(int bufferSize) |
FTPSEnvironment |
FTPSEnvironment.withRemoteVerificationEnabled(boolean enabled) |
FTPSEnvironment |
FTPSEnvironment.withReportActiveExternalIPAddress(String ipAddress) |
FTPSEnvironment |
FTPSEnvironment.withSecurityMode(SecurityMode securityMode)
Stores the security mode to use.
|
FTPSEnvironment |
FTPSEnvironment.withSendBufferSize(int size) |
FTPSEnvironment |
FTPSEnvironment.withSendDataSocketBufferSize(int bufferSizr) |
FTPSEnvironment |
FTPSEnvironment.withServerSocketFactory(ServerSocketFactory factory) |
FTPSEnvironment |
FTPSEnvironment.withSocketFactory(SocketFactory factory) |
FTPSEnvironment |
FTPSEnvironment.withSoLinger(boolean on,
int linger) |
FTPSEnvironment |
FTPSEnvironment.withSoTimeout(int timeout) |
FTPSEnvironment |
FTPSEnvironment.withSSLContext(SSLContext sslContext)
Stores the SSL context to use.
|
FTPSEnvironment |
FTPSEnvironment.withStrictlyMultilineParsing(boolean strictMultilineParsing) |
FTPSEnvironment |
FTPSEnvironment.withTcpNoDelay(boolean on) |
FTPSEnvironment |
FTPSEnvironment.withTrustManager(TrustManager trustManager)
Stores the trust manager to use.
|
FTPSEnvironment |
FTPSEnvironment.withUseClientMode(boolean useClientMode)
Stores whether or not sockets are set to use client mode in their first handshake.
|
FTPSEnvironment |
FTPSEnvironment.withUseEPSVwithIPv4(boolean selected) |
FTPSEnvironment |
FTPSEnvironment.withWantClientAuth(boolean wantClientAuth)
Stores whether or not sockets will request client authentication.
|
Copyright © 2016–2019. All rights reserved.