Author: buildbot
Date: Wed Apr 18 17:18:05 2012
New Revision: 813544
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 17:18:05 2012
@@ -98,6 +98,14 @@ scp:<span class="code-comment">//host[:p
</pre>
</div></div>
+<p>You can append query options to the URI in the following format,
<tt>?option=value&option=value&...</tt></p>
+
+<h3><a shape="rect" name="Jsch-Options"></a>Options</h3>
+<div class="confluenceTableSmall"></div>
+<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"> Description </th><th colspan="1" rowspan="1"
class="confluenceTh"> Example </th><th colspan="1" rowspan="1"
class="confluenceTh"> Default Value </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 system. </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>knownHostsFile</tt> </td><td
colspan="1" rowspan="1" class="confluenceTd"> <tt>
null</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Sets the
<tt>known_hosts</tt> file, so that the scp endpoint can do host key
verification. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>strictHostKeyChecking</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>no</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> Sets whether to use strict host key checking. Possible
values are: <tt>no</tt>, <tt>yes</tt> </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>chmod</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> Allows you to set chmod on the stored file. For example
<tt>chmod=664</tt>. </td></tr></tbody></table>
+</div>
+
<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>