Skip to content

Commit 8088f85

Browse files
authored
Update configure-the-ftp-receiver-adapter-c16d331.md
Fix typo in note about when CamelFileName is used
1 parent 350b10b commit 8088f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)