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 |
FtpOperations.connect(RemoteFileConfiguration configuration) |
boolean |
RemoteFileOperations.connect(RemoteFileConfiguration configuration)
Connects to the remote server
|
boolean |
FtpsOperations.connect(RemoteFileConfiguration configuration) |
boolean |
SftpOperations.connect(RemoteFileConfiguration configuration) |
protected com.jcraft.jsch.Session |
SftpOperations.createSession(RemoteFileConfiguration configuration) |
Constructor and Description |
---|
FtpEndpoint(String uri,
RemoteFileComponent<org.apache.commons.net.ftp.FTPFile> component,
RemoteFileConfiguration configuration) |
FtpsEndpoint(String uri,
RemoteFileComponent<org.apache.commons.net.ftp.FTPFile> remoteFileComponent,
RemoteFileConfiguration configuration) |
RemoteFileEndpoint(String uri,
RemoteFileComponent<T> component,
RemoteFileConfiguration configuration) |
SftpEndpoint(String uri,
SftpComponent component,
RemoteFileConfiguration configuration) |
Apache Camel