@UriParams public class FtpsConfiguration extends FtpConfiguration
RemoteFileConfiguration.PathSeparator
DEFAULT_FTP_PORT
Constructor and Description |
---|
FtpsConfiguration() |
FtpsConfiguration(URI uri) |
Modifier and Type | Method and Description |
---|---|
Long |
getExecPbsz() |
String |
getExecProt() |
String |
getSecurityProtocol()
Returns the underlying security protocol.
|
boolean |
isDisableSecureDataChannelDefaults() |
boolean |
isImplicit()
Returns the security mode(Implicit/Explicit).
|
void |
setDisableSecureDataChannelDefaults(boolean disableSecureDataChannelDefaults)
Use this option to disable default options when using secure data channel.
|
void |
setExecPbsz(Long execPbsz)
When using secure data channel you can set the exec protection buffer size
|
void |
setExecProt(String execProt)
The exec protection level
PROT command.
|
void |
setImplicit(boolean implicit)
Set the security mode (Implicit/Explicit).
|
void |
setSecurityProtocol(String securityProtocol)
Set the underlying security protocol.
|
getAccount, getActivePortRange, getChmod, isHandleDirectoryParserAbsoluteResult, setAccount, setActivePortRange, setChmod, setDefaultPort, setHandleDirectoryParserAbsoluteResult
configure, getConnectTimeout, getDirectoryName, getHost, getPassword, getPort, getProtocol, getSeparator, getSiteCommand, getSoTimeout, getTimeout, getUsername, isBinary, isIgnoreFileNotFoundOrPermissionError, isPassiveMode, isSendNoop, isStepwise, isStreamDownload, isThrowExceptionOnConnectFailed, isUseList, needToNormalize, normalizePath, remoteServerInformation, setBinary, setConnectTimeout, setDirectoryName, setHost, setIgnoreFileNotFoundOrPermissionError, setPassiveMode, setPassword, setPort, setProtocol, setSendNoop, setSeparator, setSiteCommand, setSoTimeout, setStepwise, setStreamDownload, setThrowExceptionOnConnectFailed, setTimeout, setUseList, setUsername
public FtpsConfiguration()
public FtpsConfiguration(URI uri)
public String getSecurityProtocol()
public void setSecurityProtocol(String securityProtocol)
public boolean isImplicit()
public void setImplicit(boolean implicit)
public boolean isDisableSecureDataChannelDefaults()
public void setDisableSecureDataChannelDefaults(boolean disableSecureDataChannelDefaults)
setExecPbsz(Long)
,
setExecProt(String)
public String getExecProt()
public void setExecProt(String execProt)
execProt
- either C, S, E or Ppublic Long getExecPbsz()
public void setExecPbsz(Long execPbsz)
execPbsz
- the buffer sizeApache Camel