This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new 62d8165 Regen
62d8165 is described below
commit 62d81658023438303aa6910e3d2acb5f79c053a4
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Jan 10 09:28:33 2018 +0100
Regen
---
components/camel-ftp/src/main/docs/ftp-component.adoc | 2 +-
components/camel-ftp/src/main/docs/ftps-component.adoc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/components/camel-ftp/src/main/docs/ftp-component.adoc
b/components/camel-ftp/src/main/docs/ftp-component.adoc
index 1a11385..0148e28 100644
--- a/components/camel-ftp/src/main/docs/ftp-component.adoc
+++ b/components/camel-ftp/src/main/docs/ftp-component.adoc
@@ -120,7 +120,7 @@ with the following path and query parameters:
| *preMove* (consumer) | Expression (such as File Language) used to
dynamically set the filename when moving it before processing. For example to
move in-progress files into the order directory set this value to order. | |
String
| *preSort* (consumer) | When pre-sort is enabled then the consumer will sort
the file and directory names during polling that was retrieved from the file
system. You may want to do this in case you need to operate on the files in a
sorted order. The pre-sort is executed before the consumer starts to filter and
accept files to process by Camel. This option is default=false meaning
disabled. | false | boolean
| *recursive* (consumer) | If a directory will look for files in all the
sub-directories as well. | false | boolean
-| *resumeDownload* (consumer) | Configures whether resume download is enabled.
This requires support from the FTP server (which almost all FTP server does).
In addition the option localWorkDirectory must be configured so downloaded
files are stored in a local directory which is required for support resume
downloads. | false | boolean
+| *resumeDownload* (consumer) | Configures whether resume download is enabled.
This must be supported by the FTP server (almost all FTP servers support it).
In addition the option localWorkDirectory must be configured so downloaded
files are stored in a local directory which is required to support resuming of
downloads. | false | boolean
| *sendEmptyMessageWhenIdle* (consumer) | If the polling consumer did not poll
any files you can enable this option to send an empty message (no body)
instead. | false | boolean
| *streamDownload* (consumer) | Sets the download method to use when not using
a local working directory. If set to true the remote files are streamed to the
route as they are read. When set to false the remote files are loaded into
memory before being sent into the route. | false | boolean
| *directoryMustExist* (consumer) | Similar to startingDirectoryMustExist but
this applies during polling recursive sub directories. | false | boolean
diff --git a/components/camel-ftp/src/main/docs/ftps-component.adoc
b/components/camel-ftp/src/main/docs/ftps-component.adoc
index 89dfa29..80af0c1 100644
--- a/components/camel-ftp/src/main/docs/ftps-component.adoc
+++ b/components/camel-ftp/src/main/docs/ftps-component.adoc
@@ -80,7 +80,7 @@ with the following path and query parameters:
| *preMove* (consumer) | Expression (such as File Language) used to
dynamically set the filename when moving it before processing. For example to
move in-progress files into the order directory set this value to order. | |
String
| *preSort* (consumer) | When pre-sort is enabled then the consumer will sort
the file and directory names during polling that was retrieved from the file
system. You may want to do this in case you need to operate on the files in a
sorted order. The pre-sort is executed before the consumer starts to filter and
accept files to process by Camel. This option is default=false meaning
disabled. | false | boolean
| *recursive* (consumer) | If a directory will look for files in all the
sub-directories as well. | false | boolean
-| *resumeDownload* (consumer) | Configures whether resume download is enabled.
This requires support from the FTP server (which almost all FTP server does).
In addition the option localWorkDirectory must be configured so downloaded
files are stored in a local directory which is required for support resume
downloads. | false | boolean
+| *resumeDownload* (consumer) | Configures whether resume download is enabled.
This must be supported by the FTP server (almost all FTP servers support it).
In addition the option localWorkDirectory must be configured so downloaded
files are stored in a local directory which is required to support resuming of
downloads. | false | boolean
| *sendEmptyMessageWhenIdle* (consumer) | If the polling consumer did not poll
any files you can enable this option to send an empty message (no body)
instead. | false | boolean
| *streamDownload* (consumer) | Sets the download method to use when not using
a local working directory. If set to true the remote files are streamed to the
route as they are read. When set to false the remote files are loaded into
memory before being sent into the route. | false | boolean
| *directoryMustExist* (consumer) | Similar to startingDirectoryMustExist but
this applies during polling recursive sub directories. | false | boolean
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].