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 ab53c01 Regen ab53c01 is described below commit ab53c01ad478ee2cde8970cd92f69a87f6c8a1d2 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Thu May 9 06:32:15 2019 -0400 Regen --- docs/components/modules/ROOT/pages/ftp-component.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/components/modules/ROOT/pages/ftp-component.adoc b/docs/components/modules/ROOT/pages/ftp-component.adoc index c7defcf..bc37ae6 100644 --- a/docs/components/modules/ROOT/pages/ftp-component.adoc +++ b/docs/components/modules/ROOT/pages/ftp-component.adoc @@ -412,7 +412,7 @@ a timeout in millis to establish a network connection. An individual `soTimeout` can also be set on the FTP/FTPS, which corresponds to using `ftpClient.soTimeout`. Notice SFTP will automatically use `connectTimeout` as its `soTimeout`. The `timeout` option only applies -for FTP/FTSP as the data timeout, which corresponds to the +for FTP/FTPS as the data timeout, which corresponds to the `ftpClient.dataTimeout` value. All timeout values are in millis. === Using Local Work Directory @@ -762,7 +762,7 @@ from("ftp://admin@localhost:21/nolist/?password=admin&stepwise=false&useList=fal .to("activemq:queue:report"); ---- -Notice that we have use all the options we talked above above. +Notice that we have used all the options we talked above. You can also use this with `ConsumerTemplate`. For example to download a single file (if it exists) and grab the file content as a String type: