org.apache.camel.component.file.remote
Class SftpConfiguration
java.lang.Object
org.apache.camel.component.file.GenericFileConfiguration
org.apache.camel.component.file.remote.RemoteFileConfiguration
org.apache.camel.component.file.remote.SftpConfiguration
public class SftpConfiguration
- extends RemoteFileConfiguration
Secure FTP configuration
Fields inherited from class org.apache.camel.component.file.GenericFileConfiguration |
directory |
Methods inherited from class org.apache.camel.component.file.remote.RemoteFileConfiguration |
configure, getConnectTimeout, getHost, getPassword, getPort, getProtocol, getSeparator, getSiteCommand, getSoTimeout, getTimeout, getUsername, isBinary, isPassiveMode, isStepwise, isThrowExceptionOnConnectFailed, needToNormalize, normalizePath, remoteServerInformation, setBinary, setConnectTimeout, setHost, setPassiveMode, setPassword, setPort, setProtocol, setSeparator, setSiteCommand, setSoTimeout, setStepwise, setThrowExceptionOnConnectFailed, setTimeout, setUsername |
Methods inherited from class org.apache.camel.component.file.GenericFileConfiguration |
getDirectory, setDirectory, toString |
DEFAULT_SFTP_PORT
public static final int DEFAULT_SFTP_PORT
- See Also:
- Constant Field Values
SftpConfiguration
public SftpConfiguration()
SftpConfiguration
public SftpConfiguration(URI uri)
setDefaultPort
protected void setDefaultPort()
- Specified by:
setDefaultPort
in class RemoteFileConfiguration
getKnownHostsFile
public String getKnownHostsFile()
setKnownHostsFile
public void setKnownHostsFile(String knownHostsFile)
getPrivateKeyFile
public String getPrivateKeyFile()
setPrivateKeyFile
public void setPrivateKeyFile(String privateKeyFile)
getPrivateKeyFilePassphrase
public String getPrivateKeyFilePassphrase()
setPrivateKeyFilePassphrase
public void setPrivateKeyFilePassphrase(String privateKeyFilePassphrase)
getStrictHostKeyChecking
public String getStrictHostKeyChecking()
setStrictHostKeyChecking
public void setStrictHostKeyChecking(String strictHostKeyChecking)
Apache CAMEL