This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 813d966  CAMEL-14947: camel-sftp: check for existance of remote 
directory using ls is very slow. Polished the prev PR and rename the option to 
a better name.
     new 686fca6  CAMEL-14915: camel-ftp consumer should not try to create 
starting directory if its empty/home.
     new d15d559  CAMEL-14947: camel-sftp: check for existance of remote 
directory using ls is very slow. Polished the prev PR and rename the option to 
a better name.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/camel/component/file/remote/sftp.json   |  2 +-
 .../camel-ftp/src/main/docs/sftp-component.adoc    |  2 +-
 .../camel/component/file/remote/FtpConsumer.java   |  9 +--
 .../component/file/remote/RemoteFileConsumer.java  | 13 +++++
 .../component/file/remote/SftpConfiguration.java   |  8 +--
 .../camel/component/file/remote/SftpConsumer.java  |  9 +--
 ...ava => SftpSimpleConsumeNoStartingDirTest.java} | 25 ++++----
 .../endpoint/dsl/SftpEndpointBuilderFactory.java   | 66 ++++++++++------------
 8 files changed, 74 insertions(+), 60 deletions(-)
 copy 
components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/sftp/{SftpKeyUriConsumeFromClasspathTest.java
 => SftpSimpleConsumeNoStartingDirTest.java} (70%)

Reply via email to