org.apache.camel.component.file.remote
Class FtpConfiguration

java.lang.Object
  extended by org.apache.camel.component.file.GenericFileConfiguration
      extended by org.apache.camel.component.file.remote.RemoteFileConfiguration
          extended by org.apache.camel.component.file.remote.FtpConfiguration

public class FtpConfiguration
extends RemoteFileConfiguration

FTP configuration


Field Summary
static int DEFAULT_FTP_PORT
           
 
Constructor Summary
FtpConfiguration()
           
FtpConfiguration(URI uri)
           
 
Method Summary
 org.apache.commons.net.ftp.FTPClientConfig getFtpClientConfig()
           
protected  void setDefaultPort()
           
 void setFtpClientConfig(org.apache.commons.net.ftp.FTPClientConfig ftpClientConfig)
           
 
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
 
Methods inherited from class org.apache.camel.component.file.GenericFileConfiguration
getDirectory, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT_FTP_PORT

public static final int DEFAULT_FTP_PORT
See Also:
Constant Field Values
Constructor Detail

FtpConfiguration

public FtpConfiguration()

FtpConfiguration

public FtpConfiguration(URI uri)
Method Detail

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