Package | Description |
---|---|
org.apache.camel.component.file.remote |
Defines the File transport for communicating with Remote Files and FTP
|
Modifier and Type | Class and Description |
---|---|
class |
FtpConfiguration
FTP configuration
|
class |
FtpsConfiguration
FTP Secure (FTP over SSL/TLS) configuration
|
class |
SftpConfiguration
Secure FTP configuration
|
Modifier and Type | Method and Description |
---|---|
RemoteFileConfiguration |
RemoteFileEndpoint.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
boolean |
FtpsOperations.connect(RemoteFileConfiguration configuration) |
boolean |
RemoteFileOperations.connect(RemoteFileConfiguration configuration)
Connects to the remote server
|
boolean |
SftpOperations.connect(RemoteFileConfiguration configuration) |
boolean |
FtpOperations.connect(RemoteFileConfiguration configuration) |
protected com.jcraft.jsch.Session |
SftpOperations.createSession(RemoteFileConfiguration configuration) |
protected boolean |
FtpOperations.doConnect(RemoteFileConfiguration configuration) |
static void |
FtpUtils.ensureRelativeFtpDirectory(org.apache.camel.Component ftpComponent,
RemoteFileConfiguration configuration)
Checks whether directory used in ftp/ftps/sftp endpoint URI is relative.
|
Constructor and Description |
---|
RemoteFileEndpoint(String uri,
RemoteFileComponent<T> component,
RemoteFileConfiguration configuration) |
Apache Camel