This is an automated email from the ASF dual-hosted git repository.
jeremyross pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 3fab6b0 camel-ftp: Update docs.
3fab6b0 is described below
commit 3fab6b02287517836075450a3cc339251447232b
Author: Jeremy Ross <[email protected]>
AuthorDate: Thu May 27 14:36:05 2021 -0500
camel-ftp: Update docs.
---
components/camel-ftp/src/main/docs/ftp-component.adoc | 19 ++++++++++++++++---
1 file changed, 16 insertions(+), 3 deletions(-)
diff --git a/components/camel-ftp/src/main/docs/ftp-component.adoc
b/components/camel-ftp/src/main/docs/ftp-component.adoc
index 97ffce6..22c3855 100644
--- a/components/camel-ftp/src/main/docs/ftp-component.adoc
+++ b/components/camel-ftp/src/main/docs/ftp-component.adoc
@@ -372,9 +372,7 @@ used as the filename instead.
This header is set by Camel and its purpose is providing end-users the
name of the file that was written.
-|`CamelFileIndex` |Current index out of total number of files being consumed
in this batch.
-
-|`CamelFileSize` |Total number of files being consumed in this batch.
+|`CamelFileNameConsumed` |The file name of the file consumed
|`CamelFileHost` |The remote hostname.
@@ -393,6 +391,21 @@ In addition the FTP/FTPS consumer and producer will enrich
the Camel
|`CamelFtpReplyString` |The FTP client reply string
|=======================================================================
+== Exchange Properties
+
+Camel sets the following exchange properties
+
+[width="100%",cols="50%,50%",options="header",]
+|=======================================================================
+|Header |Description
+
+|`CamelBatchIndex` |Current index out of total number of files being consumed
in this batch.
+
+|`CamelBatchSize` |Total number of files being consumed in this batch.
+
+|`CamelBatchComplete` |True if there are no more files in this batch.
+|=======================================================================
+
== About timeouts
The two set of libraries (see top) has different API for setting