Author: buildbot
Date: Thu Nov 15 21:22:24 2012
New Revision: 838491

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/book-component-appendix.html
    websites/production/camel/content/book-in-one-page.html
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/ftp.html
    websites/production/camel/content/ftp2.html

Modified: websites/production/camel/content/book-component-appendix.html
==============================================================================
--- websites/production/camel/content/book-component-appendix.html (original)
+++ websites/production/camel/content/book-component-appendix.html Thu Nov 15 
21:22:24 2012
@@ -4822,7 +4822,7 @@ FTPS (also known as FTP Secure) is an ex
 <div class="confluenceTableSmall"><div class="table-wrap">
 <table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"> Name </th><th colspan="1" rowspan="1" 
class="confluenceTh"> Default Value </th><th colspan="1" rowspan="1" 
class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>username</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Specifies the username to use to log in to the remote 
file systen. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> 
<tt>password</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> 
<tt>null</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies 
the password to use to log in to the remote file system. </td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"> <tt>binary</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> Speci
 fies the file transfer mode, BINARY or ASCII. Default is ASCII 
(<tt>false</tt>). </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>disconnect</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>false</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <b>Camel 2.2:</b> Whether or not to disconnect from 
remote FTP server right after use. Can be used for both consumer and producer. 
Disconnect will only disconnect the current connection to the FTP server. If 
you have a consumer which you want to stop, then you need to stop the 
consumer/route instead. </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>localWorkDirectory</tt> </td><td colspan="1" 
rowspan="1" class="confluenceTd"> <tt>null</tt> </td><td colspan="1" 
rowspan="1" class="confluenceTd"> When consuming, a local work directory can be 
used to store the remote file content directly in local files, to avoid loading 
the content into memory. This is beneficial, if you con
 sume a very big remote file and thus can conserve memory. See below for more 
details. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> 
<tt>passiveMode</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> 
<tt>false</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>FTP 
and FTPS only</b>: Specifies whether to use passive mode connections. Default 
is active mode (<tt>false</tt>). </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>securityProtocol</tt> </td><td colspan="1" 
rowspan="1" class="confluenceTd"> <tt>TLS</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <b>FTPS only:</b> Sets the underlying security protocol. 
The following values are defined: <br clear="none" class="atl-forced-newline">
 <tt>TLS</tt>: Transport Layer Security <br clear="none" 
class="atl-forced-newline">
-<tt>SSL</tt>: Secure Sockets Layer </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>disableSecureDataChannelDefaults</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.4: FTPS only</b>: 
Whether or not to disable using default values for <tt>execPbsz</tt> and 
<tt>execProt</tt> when using secure data transfer. You can set this option to 
<tt>true</tt> if you want to be in absolute full control what the options 
<tt>execPbsz</tt> and <tt>execProt</tt> should be used. </td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"> <tt>download</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> <tt>true</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.11:</b> Whether the 
FTP consumer should download the file. If this option is set to <tt>false</tt>, 
then the message body is <tt>null</tt>, but the consumer will still trigger a 
Camel <a shape="re
 ct" href="exchange.html" title="Exchange">Exchange</a> that has details about 
the file such as file name, file size etc. Its just that the file has not been 
downloaded. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> 
<tt>execProt</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> 
<tt>null</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 
2.4: FTPS only</b>: Will by default use option <tt>P</tt> if secure data 
channel defaults hasn't been disabled. Possible values are: <br clear="none" 
class="atl-forced-newline">
+<tt>SSL</tt>: Secure Sockets Layer </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>disableSecureDataChannelDefaults</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.4: FTPS only</b>: 
Whether or not to disable using default values for <tt>execPbsz</tt> and 
<tt>execProt</tt> when using secure data transfer. You can set this option to 
<tt>true</tt> if you want to be in absolute full control what the options 
<tt>execPbsz</tt> and <tt>execProt</tt> should be used. </td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"> <tt>download</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> <tt>true</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.11:</b> Whether the 
FTP consumer should download the file. If this option is set to <tt>false</tt>, 
then the message body will be <tt>null</tt>, but the consumer will still 
trigger a Camel <a shap
 e="rect" href="exchange.html" title="Exchange">Exchange</a> that has details 
about the file such as file name, file size, etc. It's just that the file will 
not be downloaded. </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>execProt</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <b>Camel 2.4: FTPS only</b>: Will by default use option 
<tt>P</tt> if secure data channel defaults hasn't been disabled. Possible 
values are: <br clear="none" class="atl-forced-newline">
 <tt>C</tt>: Clear <br clear="none" class="atl-forced-newline">
 <tt>S</tt>: Safe (SSL protocol only) <br clear="none" 
class="atl-forced-newline">
 <tt>E</tt>: Confidential (SSL protocol only) <br clear="none" 
class="atl-forced-newline">

Modified: websites/production/camel/content/book-in-one-page.html
==============================================================================
--- websites/production/camel/content/book-in-one-page.html (original)
+++ websites/production/camel/content/book-in-one-page.html Thu Nov 15 21:22:24 
2012
@@ -25058,7 +25058,7 @@ FTPS (also known as FTP Secure) is an ex
 <div class="confluenceTableSmall"><div class="table-wrap">
 <table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"> Name </th><th colspan="1" rowspan="1" 
class="confluenceTh"> Default Value </th><th colspan="1" rowspan="1" 
class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>username</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Specifies the username to use to log in to the remote 
file systen. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> 
<tt>password</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> 
<tt>null</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies 
the password to use to log in to the remote file system. </td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"> <tt>binary</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> Speci
 fies the file transfer mode, BINARY or ASCII. Default is ASCII 
(<tt>false</tt>). </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>disconnect</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>false</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <b>Camel 2.2:</b> Whether or not to disconnect from 
remote FTP server right after use. Can be used for both consumer and producer. 
Disconnect will only disconnect the current connection to the FTP server. If 
you have a consumer which you want to stop, then you need to stop the 
consumer/route instead. </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>localWorkDirectory</tt> </td><td colspan="1" 
rowspan="1" class="confluenceTd"> <tt>null</tt> </td><td colspan="1" 
rowspan="1" class="confluenceTd"> When consuming, a local work directory can be 
used to store the remote file content directly in local files, to avoid loading 
the content into memory. This is beneficial, if you con
 sume a very big remote file and thus can conserve memory. See below for more 
details. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> 
<tt>passiveMode</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> 
<tt>false</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>FTP 
and FTPS only</b>: Specifies whether to use passive mode connections. Default 
is active mode (<tt>false</tt>). </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>securityProtocol</tt> </td><td colspan="1" 
rowspan="1" class="confluenceTd"> <tt>TLS</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <b>FTPS only:</b> Sets the underlying security protocol. 
The following values are defined: <br clear="none" class="atl-forced-newline">
 <tt>TLS</tt>: Transport Layer Security <br clear="none" 
class="atl-forced-newline">
-<tt>SSL</tt>: Secure Sockets Layer </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>disableSecureDataChannelDefaults</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.4: FTPS only</b>: 
Whether or not to disable using default values for <tt>execPbsz</tt> and 
<tt>execProt</tt> when using secure data transfer. You can set this option to 
<tt>true</tt> if you want to be in absolute full control what the options 
<tt>execPbsz</tt> and <tt>execProt</tt> should be used. </td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"> <tt>download</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> <tt>true</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.11:</b> Whether the 
FTP consumer should download the file. If this option is set to <tt>false</tt>, 
then the message body is <tt>null</tt>, but the consumer will still trigger a 
Camel <a shape="re
 ct" href="exchange.html" title="Exchange">Exchange</a> that has details about 
the file such as file name, file size etc. Its just that the file has not been 
downloaded. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> 
<tt>execProt</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> 
<tt>null</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 
2.4: FTPS only</b>: Will by default use option <tt>P</tt> if secure data 
channel defaults hasn't been disabled. Possible values are: <br clear="none" 
class="atl-forced-newline">
+<tt>SSL</tt>: Secure Sockets Layer </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>disableSecureDataChannelDefaults</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.4: FTPS only</b>: 
Whether or not to disable using default values for <tt>execPbsz</tt> and 
<tt>execProt</tt> when using secure data transfer. You can set this option to 
<tt>true</tt> if you want to be in absolute full control what the options 
<tt>execPbsz</tt> and <tt>execProt</tt> should be used. </td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"> <tt>download</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> <tt>true</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.11:</b> Whether the 
FTP consumer should download the file. If this option is set to <tt>false</tt>, 
then the message body will be <tt>null</tt>, but the consumer will still 
trigger a Camel <a shap
 e="rect" href="exchange.html" title="Exchange">Exchange</a> that has details 
about the file such as file name, file size, etc. It's just that the file will 
not be downloaded. </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>execProt</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <b>Camel 2.4: FTPS only</b>: Will by default use option 
<tt>P</tt> if secure data channel defaults hasn't been disabled. Possible 
values are: <br clear="none" class="atl-forced-newline">
 <tt>C</tt>: Clear <br clear="none" class="atl-forced-newline">
 <tt>S</tt>: Safe (SSL protocol only) <br clear="none" 
class="atl-forced-newline">
 <tt>E</tt>: Confidential (SSL protocol only) <br clear="none" 
class="atl-forced-newline">

Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/camel/content/ftp.html
==============================================================================
--- websites/production/camel/content/ftp.html (original)
+++ websites/production/camel/content/ftp.html Thu Nov 15 21:22:24 2012
@@ -126,7 +126,7 @@ FTPS (also known as FTP Secure) is an ex
 <div class="confluenceTableSmall"><div class="table-wrap">
 <table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"> Name </th><th colspan="1" rowspan="1" 
class="confluenceTh"> Default Value </th><th colspan="1" rowspan="1" 
class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>username</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Specifies the username to use to log in to the remote 
file systen. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> 
<tt>password</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> 
<tt>null</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies 
the password to use to log in to the remote file system. </td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"> <tt>binary</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> Speci
 fies the file transfer mode, BINARY or ASCII. Default is ASCII 
(<tt>false</tt>). </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>disconnect</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>false</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <b>Camel 2.2:</b> Whether or not to disconnect from 
remote FTP server right after use. Can be used for both consumer and producer. 
Disconnect will only disconnect the current connection to the FTP server. If 
you have a consumer which you want to stop, then you need to stop the 
consumer/route instead. </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>localWorkDirectory</tt> </td><td colspan="1" 
rowspan="1" class="confluenceTd"> <tt>null</tt> </td><td colspan="1" 
rowspan="1" class="confluenceTd"> When consuming, a local work directory can be 
used to store the remote file content directly in local files, to avoid loading 
the content into memory. This is beneficial, if you con
 sume a very big remote file and thus can conserve memory. See below for more 
details. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> 
<tt>passiveMode</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> 
<tt>false</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>FTP 
and FTPS only</b>: Specifies whether to use passive mode connections. Default 
is active mode (<tt>false</tt>). </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>securityProtocol</tt> </td><td colspan="1" 
rowspan="1" class="confluenceTd"> <tt>TLS</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <b>FTPS only:</b> Sets the underlying security protocol. 
The following values are defined: <br clear="none" class="atl-forced-newline">
 <tt>TLS</tt>: Transport Layer Security <br clear="none" 
class="atl-forced-newline">
-<tt>SSL</tt>: Secure Sockets Layer </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>disableSecureDataChannelDefaults</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.4: FTPS only</b>: 
Whether or not to disable using default values for <tt>execPbsz</tt> and 
<tt>execProt</tt> when using secure data transfer. You can set this option to 
<tt>true</tt> if you want to be in absolute full control what the options 
<tt>execPbsz</tt> and <tt>execProt</tt> should be used. </td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"> <tt>download</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> <tt>true</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.11:</b> Whether the 
FTP consumer should download the file. If this option is set to <tt>false</tt>, 
then the message body is <tt>null</tt>, but the consumer will still trigger a 
Camel <a shape="re
 ct" href="exchange.html" title="Exchange">Exchange</a> that has details about 
the file such as file name, file size etc. Its just that the file has not been 
downloaded. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> 
<tt>execProt</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> 
<tt>null</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 
2.4: FTPS only</b>: Will by default use option <tt>P</tt> if secure data 
channel defaults hasn't been disabled. Possible values are: <br clear="none" 
class="atl-forced-newline">
+<tt>SSL</tt>: Secure Sockets Layer </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>disableSecureDataChannelDefaults</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.4: FTPS only</b>: 
Whether or not to disable using default values for <tt>execPbsz</tt> and 
<tt>execProt</tt> when using secure data transfer. You can set this option to 
<tt>true</tt> if you want to be in absolute full control what the options 
<tt>execPbsz</tt> and <tt>execProt</tt> should be used. </td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"> <tt>download</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> <tt>true</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.11:</b> Whether the 
FTP consumer should download the file. If this option is set to <tt>false</tt>, 
then the message body will be <tt>null</tt>, but the consumer will still 
trigger a Camel <a shap
 e="rect" href="exchange.html" title="Exchange">Exchange</a> that has details 
about the file such as file name, file size, etc. It's just that the file will 
not be downloaded. </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>execProt</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <b>Camel 2.4: FTPS only</b>: Will by default use option 
<tt>P</tt> if secure data channel defaults hasn't been disabled. Possible 
values are: <br clear="none" class="atl-forced-newline">
 <tt>C</tt>: Clear <br clear="none" class="atl-forced-newline">
 <tt>S</tt>: Safe (SSL protocol only) <br clear="none" 
class="atl-forced-newline">
 <tt>E</tt>: Confidential (SSL protocol only) <br clear="none" 
class="atl-forced-newline">
@@ -509,11 +509,11 @@ The reason is that we leverage Spring's 
     <span class="code-tag">&lt;/route&gt;</span>
 <span class="code-tag">&lt;/camelContext&gt;</span>
 
-<span class="code-tag"><span class="code-comment">&lt;!-- we use the 
AntPathMatcherRemoteFileFilter to use ant paths for includes and exlucde 
--&gt;</span></span>
+<span class="code-tag"><span class="code-comment">&lt;!-- we use the 
AntPathMatcherRemoteFileFilter to use ant paths for includes and exclude 
--&gt;</span></span>
 <span class="code-tag">&lt;bean id=<span 
class="code-quote">"myAntFilter"</span> class=<span 
class="code-quote">"org.apache.camel.component.file.AntPathMatcherGenericFileFilter"</span>&gt;</span>
-    <span class="code-tag"><span class="code-comment">&lt;!-- include and file 
in the subfolder that has day in the name --&gt;</span></span>
+    <span class="code-tag"><span class="code-comment">&lt;!-- include any 
files in the sub folder that has day in the name --&gt;</span></span>
     <span class="code-tag">&lt;property name=<span 
class="code-quote">"includes"</span> value=<span 
class="code-quote">"**/subfolder/**/*day*"</span>/&gt;</span>
-    <span class="code-tag"><span class="code-comment">&lt;!-- exclude all 
files with bad in name or .xml files. Use comma to seperate multiple excludes 
--&gt;</span></span>
+    <span class="code-tag"><span class="code-comment">&lt;!-- exclude all 
files with bad in name or .xml files. Use comma to separate multiple excludes 
--&gt;</span></span>
     <span class="code-tag">&lt;property name=<span 
class="code-quote">"excludes"</span> value=<span 
class="code-quote">"**/*bad*,**/*.xml"</span>/&gt;</span>
 <span class="code-tag">&lt;/bean&gt;</span>
 </pre>

Modified: websites/production/camel/content/ftp2.html
==============================================================================
--- websites/production/camel/content/ftp2.html (original)
+++ websites/production/camel/content/ftp2.html Thu Nov 15 21:22:24 2012
@@ -126,7 +126,7 @@ FTPS (also known as FTP Secure) is an ex
 <div class="confluenceTableSmall"><div class="table-wrap">
 <table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"> Name </th><th colspan="1" rowspan="1" 
class="confluenceTh"> Default Value </th><th colspan="1" rowspan="1" 
class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>username</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Specifies the username to use to log in to the remote 
file systen. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> 
<tt>password</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> 
<tt>null</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies 
the password to use to log in to the remote file system. </td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"> <tt>binary</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> Speci
 fies the file transfer mode, BINARY or ASCII. Default is ASCII 
(<tt>false</tt>). </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>disconnect</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>false</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <b>Camel 2.2:</b> Whether or not to disconnect from 
remote FTP server right after use. Can be used for both consumer and producer. 
Disconnect will only disconnect the current connection to the FTP server. If 
you have a consumer which you want to stop, then you need to stop the 
consumer/route instead. </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>localWorkDirectory</tt> </td><td colspan="1" 
rowspan="1" class="confluenceTd"> <tt>null</tt> </td><td colspan="1" 
rowspan="1" class="confluenceTd"> When consuming, a local work directory can be 
used to store the remote file content directly in local files, to avoid loading 
the content into memory. This is beneficial, if you con
 sume a very big remote file and thus can conserve memory. See below for more 
details. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> 
<tt>passiveMode</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> 
<tt>false</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>FTP 
and FTPS only</b>: Specifies whether to use passive mode connections. Default 
is active mode (<tt>false</tt>). </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>securityProtocol</tt> </td><td colspan="1" 
rowspan="1" class="confluenceTd"> <tt>TLS</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <b>FTPS only:</b> Sets the underlying security protocol. 
The following values are defined: <br clear="none" class="atl-forced-newline">
 <tt>TLS</tt>: Transport Layer Security <br clear="none" 
class="atl-forced-newline">
-<tt>SSL</tt>: Secure Sockets Layer </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>disableSecureDataChannelDefaults</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.4: FTPS only</b>: 
Whether or not to disable using default values for <tt>execPbsz</tt> and 
<tt>execProt</tt> when using secure data transfer. You can set this option to 
<tt>true</tt> if you want to be in absolute full control what the options 
<tt>execPbsz</tt> and <tt>execProt</tt> should be used. </td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"> <tt>download</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> <tt>true</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.11:</b> Whether the 
FTP consumer should download the file. If this option is set to <tt>false</tt>, 
then the message body is <tt>null</tt>, but the consumer will still trigger a 
Camel <a shape="re
 ct" href="exchange.html" title="Exchange">Exchange</a> that has details about 
the file such as file name, file size etc. Its just that the file has not been 
downloaded. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> 
<tt>execProt</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> 
<tt>null</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 
2.4: FTPS only</b>: Will by default use option <tt>P</tt> if secure data 
channel defaults hasn't been disabled. Possible values are: <br clear="none" 
class="atl-forced-newline">
+<tt>SSL</tt>: Secure Sockets Layer </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>disableSecureDataChannelDefaults</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.4: FTPS only</b>: 
Whether or not to disable using default values for <tt>execPbsz</tt> and 
<tt>execProt</tt> when using secure data transfer. You can set this option to 
<tt>true</tt> if you want to be in absolute full control what the options 
<tt>execPbsz</tt> and <tt>execProt</tt> should be used. </td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"> <tt>download</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> <tt>true</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.11:</b> Whether the 
FTP consumer should download the file. If this option is set to <tt>false</tt>, 
then the message body will be <tt>null</tt>, but the consumer will still 
trigger a Camel <a shap
 e="rect" href="exchange.html" title="Exchange">Exchange</a> that has details 
about the file such as file name, file size, etc. It's just that the file will 
not be downloaded. </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>execProt</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <b>Camel 2.4: FTPS only</b>: Will by default use option 
<tt>P</tt> if secure data channel defaults hasn't been disabled. Possible 
values are: <br clear="none" class="atl-forced-newline">
 <tt>C</tt>: Clear <br clear="none" class="atl-forced-newline">
 <tt>S</tt>: Safe (SSL protocol only) <br clear="none" 
class="atl-forced-newline">
 <tt>E</tt>: Confidential (SSL protocol only) <br clear="none" 
class="atl-forced-newline">
@@ -509,11 +509,11 @@ The reason is that we leverage Spring's 
     <span class="code-tag">&lt;/route&gt;</span>
 <span class="code-tag">&lt;/camelContext&gt;</span>
 
-<span class="code-tag"><span class="code-comment">&lt;!-- we use the 
AntPathMatcherRemoteFileFilter to use ant paths for includes and exlucde 
--&gt;</span></span>
+<span class="code-tag"><span class="code-comment">&lt;!-- we use the 
AntPathMatcherRemoteFileFilter to use ant paths for includes and exclude 
--&gt;</span></span>
 <span class="code-tag">&lt;bean id=<span 
class="code-quote">"myAntFilter"</span> class=<span 
class="code-quote">"org.apache.camel.component.file.AntPathMatcherGenericFileFilter"</span>&gt;</span>
-    <span class="code-tag"><span class="code-comment">&lt;!-- include and file 
in the subfolder that has day in the name --&gt;</span></span>
+    <span class="code-tag"><span class="code-comment">&lt;!-- include any 
files in the sub folder that has day in the name --&gt;</span></span>
     <span class="code-tag">&lt;property name=<span 
class="code-quote">"includes"</span> value=<span 
class="code-quote">"**/subfolder/**/*day*"</span>/&gt;</span>
-    <span class="code-tag"><span class="code-comment">&lt;!-- exclude all 
files with bad in name or .xml files. Use comma to seperate multiple excludes 
--&gt;</span></span>
+    <span class="code-tag"><span class="code-comment">&lt;!-- exclude all 
files with bad in name or .xml files. Use comma to separate multiple excludes 
--&gt;</span></span>
     <span class="code-tag">&lt;property name=<span 
class="code-quote">"excludes"</span> value=<span 
class="code-quote">"**/*bad*,**/*.xml"</span>/&gt;</span>
 <span class="code-tag">&lt;/bean&gt;</span>
 </pre>


Reply via email to