This is an automated email from the ASF dual-hosted git repository.
gnodet 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 f523cf7 [CAMEL-14437] Fix scp endpoints
f523cf7 is described below
commit f523cf7c342622e90e2e84cc0ca948291b2a7446
Author: Guillaume Nodet <[email protected]>
AuthorDate: Mon Jan 27 17:49:12 2020 +0100
[CAMEL-14437] Fix scp endpoints
---
.../src/main/java/org/apache/camel/component/scp/ScpEndpoint.java | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git
a/components/camel-jsch/src/main/java/org/apache/camel/component/scp/ScpEndpoint.java
b/components/camel-jsch/src/main/java/org/apache/camel/component/scp/ScpEndpoint.java
index 847fa56..92049f5 100644
---
a/components/camel-jsch/src/main/java/org/apache/camel/component/scp/ScpEndpoint.java
+++
b/components/camel-jsch/src/main/java/org/apache/camel/component/scp/ScpEndpoint.java
@@ -32,7 +32,10 @@ import org.apache.camel.spi.UriParam;
syntax = "scp:host:port/directoryName", producerOnly = true, label =
"file",
excludeProperties =
"appendChars,binary,charset,doneFileName,download,fastExistsCheck,fileExist,moveExisting,passiveMode"
+
",separator,tempFileName,tempPrefix,eagerDeleteTargetFile,keepLastModified,sendNoop"
- +
",maximumReconnectAttempts,reconnectDelay,autoCreate,bufferSize,siteCommand,stepwise,throwExceptionOnConnectFailed")
+ +
",maximumReconnectAttempts,reconnectDelay,autoCreate,bufferSize,siteCommand,stepwise,throwExceptionOnConnectFailed"
+ +
",transferLoggingIntervalSeconds,transferLoggingLevel,transferLoggingVerbose,resumeDownload"
+ +
",handleDirectoryParserAbsoluteResult,activePortRange,ftpClient,ftpClientConfig"
+ + ",ftpClientConfigParameters,ftpClientParameters,account")
public class ScpEndpoint extends RemoteFileEndpoint<ScpFile> {
@UriParam