@UriParams public class FtpConfiguration extends RemoteFileConfiguration
RemoteFileConfiguration.PathSeparator
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_FTP_PORT |
Constructor and Description |
---|
FtpConfiguration() |
FtpConfiguration(URI uri) |
Modifier and Type | Method and Description |
---|---|
String |
getAccount() |
String |
getActivePortRange() |
String |
getChmod() |
void |
setAccount(String account)
Account to use for login
|
void |
setActivePortRange(String activePortRange)
Set the client side port range in active mode.
|
void |
setChmod(String chmod)
Allows you to set chmod on the stored file.
|
protected void |
setDefaultPort() |
configure, getConnectTimeout, getDirectoryName, getHost, getPassword, getPort, getProtocol, getReceiveBufferSize, 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, setReceiveBufferSize, setSendNoop, setSeparator, setSiteCommand, setSoTimeout, setStepwise, setStreamDownload, setThrowExceptionOnConnectFailed, setTimeout, setUseList, setUsername
public static final int DEFAULT_FTP_PORT
public FtpConfiguration()
public FtpConfiguration(URI uri)
protected void setDefaultPort()
setDefaultPort
in class RemoteFileConfiguration
public String getAccount()
public void setAccount(String account)
public String getActivePortRange()
public void setActivePortRange(String activePortRange)
public void setChmod(String chmod)
public String getChmod()
Apache Camel