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 |
FtpsEndpoint
The ftps (FTP secure SSL/TLS) component is used for uploading or downloading files from FTP servers.
|
Modifier and Type | Method and Description |
---|---|
protected void |
FtpComponent.extractAndSetFtpClientConfigParameters(Map<String,Object> parameters,
FtpEndpoint<org.apache.commons.net.ftp.FTPFile> answer)
Extract additional ftp client configuration options from the parameters map (parameters starting with
'ftpClientConfig.').
|
protected void |
FtpComponent.extractAndSetFtpClientParameters(Map<String,Object> parameters,
FtpEndpoint<org.apache.commons.net.ftp.FTPFile> answer)
Extract additional ftp client options from the parameters map (parameters starting with
'ftpClient.').
|
Apache Camel