Author: buildbot
Date: Wed Apr 18 20:18:05 2012
New Revision: 813562

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/jsch.html

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

Modified: websites/production/camel/content/jsch.html
==============================================================================
--- websites/production/camel/content/jsch.html (original)
+++ websites/production/camel/content/jsch.html Wed Apr 18 20:18:05 2012
@@ -111,7 +111,7 @@ scp:<span class="code-comment">//host[:p
 
 <h3><a shape="rect" name="Jsch-Limitations"></a>Limitations</h3>
 
-<p>Currently camel-jsch only supports a <a shape="rect" class="external-link" 
href="http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/Producer.html";>Producer</a>
 (i.e. copy files to another host). The reason is that the scp protocol does 
not offer the possibility to scan (list) the content of a directory. As such a 
polling consumer cannot watch for changes and trigger events on changes. It is 
possible however to use camel-jsch in sink mode for one time copy from a remote 
host using a <a shape="rect" class="external-link" 
href="http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/ConsumerTemplate.html";>ConsumerTemplate</a>
 (see <a shape="rect" href="polling-consumer.html" title="Polling 
Consumer">Polling Consumer</a>(s) for more details).</p>
+<p>Currently camel-jsch only supports a <a shape="rect" class="external-link" 
href="http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/Producer.html";>Producer</a>
 (i.e. copy files to another host). The reason is that the scp protocol does 
not offer the possibility to scan (list) the content of a directory. As such a 
polling consumer cannot watch for changes and trigger events on changes. It is 
possible however to use camel-jsch in sink mode for one time copy from a remote 
host using a <a shape="rect" class="external-link" 
href="http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/ConsumerTemplate.html";>ConsumerTemplate</a>
 (see <a shape="rect" href="polling-consumer.html" title="Polling 
Consumer">Polling Consumer</a>(s) for more details). If continuous monitoring 
of a directory on a remote host and secure transfer is required, you can 
consider using the <a shape="rect" href="ftp2.html" title="FTP2">sftp 
protocol</a>.</p>
 
 <h3><a shape="rect" name="Jsch-SeeAlso"></a>See Also</h3>
 <ul><li><a shape="rect" href="configuring-camel.html" title="Configuring 
Camel">Configuring Camel</a></li><li><a shape="rect" href="component.html" 
title="Component">Component</a></li><li><a shape="rect" href="endpoint.html" 
title="Endpoint">Endpoint</a></li><li><a shape="rect" 
href="getting-started.html" title="Getting Started">Getting 
Started</a></li></ul>


Reply via email to