Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: CAMEL-941

...

The following message headers is provided in the message. can be used to affect the behavior of the component

Description

Header

Description

org.apache.camel.file.name

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 filename instead.

org.apache.camel.file.name.produced

New in Camel 1.5: 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.

Header

file.remote.host

The hostname of the remote server

file.remote.name

The name of the file consumed from the remote server

file.remote.fullName

The fullname of the file consumed from the remote server

...