Skip to content

Commit e7736b7

Browse files
Merge pull request #155 from aPhilRa/patch-1
Fix typo in File Name description of FTP receiver adapter.
2 parents d7f9c6c + 0c7248e commit e7736b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/ci/Development/configure-the-ftp-receiver-adapter-c16d331.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Name of the file to be written.
129129
You can configure this parameter by entering a dynamic expression such like `${property.property_name}` or `${header.header_name}` \(see: [Dynamically Configure Integration Flow Parameters](dynamically-configure-integration-flow-parameters-fff5b2a.md)\).
130130

131131
> ### Note:
132-
> If you don’t enter a file name and the parameter remains blank, the content of the `CamelFileName` header isn’tused as file name. If this header is specified, the Exchange ID is used as file name.
132+
> If you don’t enter a file name and the parameter remains blank, the content of the `CamelFileName` header is used as file name. If this header is specified, the Exchange ID is used as file name.
133133
134134
The endpoint URL that is actually used at runtime is displayed in the message processing log \(MPL\) in the message monitoring application \(MPL property `ProduceFile`\). Note that you can manually configure the endpoint URL using the *FileName* attribute of the FTP adapter. However, you can dynamically override the value of this attribute by using the Camel header `CamelFileName`.
135135

0 commit comments

Comments
 (0)