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 TypeClassDescriptionclass
FTP configurationclass
FTP Secure (FTP over SSL/TLS) configurationclass
Secure 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 TypeMethodDescriptionboolean
FtpOperations.connect
(RemoteFileConfiguration configuration, org.apache.camel.Exchange exchange) boolean
FtpsOperations.connect
(RemoteFileConfiguration configuration, org.apache.camel.Exchange exchange) boolean
RemoteFileOperations.connect
(RemoteFileConfiguration configuration, org.apache.camel.Exchange exchange) Connects to the remote serverboolean
SftpOperations.connect
(RemoteFileConfiguration configuration, org.apache.camel.Exchange exchange) protected com.jcraft.jsch.Session
SftpOperations.createSession
(RemoteFileConfiguration configuration) protected boolean
FtpOperations.doConnect
(RemoteFileConfiguration configuration, org.apache.camel.Exchange exchange) static void
FtpUtils.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 RemoteFileConfigurationModifierConstructorDescriptionprotected
RemoteFileEndpoint
(String uri, RemoteFileComponent<T> component, RemoteFileConfiguration configuration)