Uses of Class
org.apache.camel.component.file.remote.RemoteFileConfiguration
-
Packages that use RemoteFileConfiguration Package Description org.apache.camel.component.file.remote Defines the File transport for communicating with Remote Files and FTP -
-
Uses of RemoteFileConfiguration in org.apache.camel.component.file.remote
Subclasses of RemoteFileConfiguration in org.apache.camel.component.file.remote Modifier and Type Class Description class
FtpConfiguration
FTP configurationclass
FtpsConfiguration
FTP Secure (FTP over SSL/TLS) configurationclass
SftpConfiguration
Secure FTP configurationMethods in org.apache.camel.component.file.remote that return RemoteFileConfiguration Modifier and Type Method Description RemoteFileConfiguration
RemoteFileEndpoint. getConfiguration()
Methods in org.apache.camel.component.file.remote with parameters of type RemoteFileConfiguration Modifier and Type Method Description boolean
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 RemoteFileConfiguration Constructor Description RemoteFileEndpoint(String uri, RemoteFileComponent<T> component, RemoteFileConfiguration configuration)
-