org.apache.camel.component.file.remote
Class FtpConfiguration
java.lang.Object
org.apache.camel.component.file.GenericFileConfiguration
org.apache.camel.component.file.remote.RemoteFileConfiguration
org.apache.camel.component.file.remote.FtpConfiguration
public class FtpConfiguration
- extends RemoteFileConfiguration
FTP configuration
Methods inherited from class org.apache.camel.component.file.remote.RemoteFileConfiguration |
configure, getHost, getPassword, getPort, getProtocol, getUsername, isBinary, isPassiveMode, needToNormalize, remoteServerInformation, setBinary, setDirectory, setHost, setPassiveMode, setPassword, setPort, setProtocol, setUsername |
DEFAULT_FTP_PORT
public static final int DEFAULT_FTP_PORT
- See Also:
- Constant Field Values
FtpConfiguration
public FtpConfiguration()
FtpConfiguration
public FtpConfiguration(URI uri)
setDefaultPort
protected void setDefaultPort()
- Specified by:
setDefaultPort
in class RemoteFileConfiguration
getFtpClientConfig
public org.apache.commons.net.ftp.FTPClientConfig getFtpClientConfig()
setFtpClientConfig
public void setFtpClientConfig(org.apache.commons.net.ftp.FTPClientConfig ftpClientConfig)
Apache CAMEL