Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

The options below are exclusive for the JCIFS component.

Div
classconfluenceTableSmall

Name

Default Value

Description

password

null

Mandatory Specifies the password to use to log in to the remote file system.

localWorkDirectory

null

When consuming, a local work directory can be used to store the remote file content directly in local files, to avoid loading the content into memory. This is beneficial, if you consume a very big remote file and thus can conserve memory. See below for more details.

Wiki Markup
{div:class=confluenceTableSmall} || Name || Default Value || Description || | {{password}} | {{null}} | *Mandatory* Specifies the password to use to log in to the remote file system. | | {{localWorkDirectory}} | {{null}} | When consuming, a local work directory can be used to store the remote file content directly in local files, to avoid loading the content into memory. This is beneficial, if you consume a very big remote file and thus can conserve memory. See below for more details. | {div}

Info
titleMore options

See File for more options as all the options from File is inherited.

...

The following message headers can be used to affect the behavior of the component

Div
classconfluenceTableSmall

Header

Description

CamelFileName

Specifies the output file name (relative to the endpoint directory) to be used for the output message when sending to the endpoint. If this is not present and no expression either, then a generated message ID is used as the filename instead.

CamelFileNameProduced

The actual absolute filepath (path + name) for the output file that was written. This header is set by Camel and its purpose is providing end-users the name of the file that was written.

CamelFileBatchIndex

Current index out of total number of files being consumed in this batch.

CamelFileBatchSize

Total number of files being consumed in this batch.

CamelFileHost

The remote hostname.

CamelFileLocalWorkPath

Path to the local work file, if local work directory is used.

Wiki Markup
{div:class=confluenceTableSmall} || Header || Description || | {{CamelFileName}} | Specifies the output file name (relative to the endpoint directory) to be used for the output message when sending to the endpoint. If this is not present and no expression either, then a generated message ID is used as the filename instead. | | {{CamelFileNameProduced}} | The actual absolute filepath (path + name) for the output file that was written. This header is set by Camel and its purpose is providing end-users the name of the file that was written. | | {{CamelFileBatchIndex}} | Current index out of total number of files being consumed in this batch. | | {{CamelFileBatchSize}} | Total number of files being consumed in this batch. | | {{CamelFileHost}} | The remote hostname. | | {{CamelFileLocalWorkPath}} | Path to the local work file, if local work directory is used. | {div}

Using Local Work Directory

...