Uses of Class
org.apache.camel.component.file.remote.RemoteFileConfiguration
Packages that use RemoteFileConfiguration
-
Uses of RemoteFileConfiguration in org.apache.camel.component.file.remote
Subclasses of RemoteFileConfiguration in org.apache.camel.component.file.remoteModifier and TypeClassDescriptionclassFTP configurationclassFTP Secure (FTP over SSL/TLS) configurationclassSecure FTP configurationMethods in org.apache.camel.component.file.remote that return RemoteFileConfigurationMethods in org.apache.camel.component.file.remote with parameters of type RemoteFileConfigurationModifier and TypeMethodDescriptionbooleanFtpOperations.connect(RemoteFileConfiguration configuration, org.apache.camel.Exchange exchange) booleanFtpsOperations.connect(RemoteFileConfiguration configuration, org.apache.camel.Exchange exchange) booleanRemoteFileOperations.connect(RemoteFileConfiguration configuration, org.apache.camel.Exchange exchange) Connects to the remote serverbooleanSftpOperations.connect(RemoteFileConfiguration configuration, org.apache.camel.Exchange exchange) protected com.jcraft.jsch.SessionSftpOperations.createSession(RemoteFileConfiguration configuration) protected booleanFtpOperations.doConnect(RemoteFileConfiguration configuration, org.apache.camel.Exchange exchange) static voidFtpUtils.ensureRelativeFtpDirectory(org.apache.camel.Component ftpComponent, RemoteFileConfiguration configuration) Checks whether directory used in ftp/ftps/sftp endpoint URI is relative.Constructors in org.apache.camel.component.file.remote with parameters of type RemoteFileConfigurationModifierConstructorDescriptionprotectedRemoteFileEndpoint(String uri, RemoteFileComponent<T> component, RemoteFileConfiguration configuration)