You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/02/25 12:34:40 UTC

[camel-kafka-connector-examples] 28/31: SSH Examples: Moved to tar.gz

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

acosentino pushed a commit to branch zip-vs-tar.gz
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector-examples.git

commit 6fe3d22094d15a9b4e6278ba85532259e247892e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 25 13:33:00 2021 +0100

    SSH Examples: Moved to tar.gz
---
 ssh/ssh-sink/README.adoc   | 4 ++--
 ssh/ssh-source/README.adoc | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/ssh/ssh-sink/README.adoc b/ssh/ssh-sink/README.adoc
index d4548db..eda2552 100644
--- a/ssh/ssh-sink/README.adoc
+++ b/ssh/ssh-sink/README.adoc
@@ -46,8 +46,8 @@ In this example we'll use `/home/oscerd/connectors/`
 
 ```
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-ssh-kafka-connector/0.8.0/camel-ssh-kafka-connector-0.8.0-package.zip
-> unzip camel-ssh-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-ssh-kafka-connector/0.8.0/camel-ssh-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-ssh-kafka-connector-0.8.0-package.tar.gz
 ```
 
 Now it's time to setup the connectors
diff --git a/ssh/ssh-source/README.adoc b/ssh/ssh-source/README.adoc
index 72b71f8..8cf0287 100644
--- a/ssh/ssh-source/README.adoc
+++ b/ssh/ssh-source/README.adoc
@@ -167,12 +167,12 @@ Now we need to build the connector:
 > mvn clean package
 ```
 
-In this example we'll use `/home/oscerd/connectors/` as plugin.path, but we'll need the generated zip from the previois build
+In this example we'll use `/home/oscerd/connectors/` as plugin.path, but we'll need the generated tar.gz from the previois build
 
 ```
 > cd /home/oscerd/connectors/
-> cp /home/workspace/miscellanea/ftps-extended/target/ssh-extended-0.8.0-package.zip .
-> unzip ssh-extended-0.8.0-package.zip
+> cp /home/workspace/miscellanea/ftps-extended/target/ssh-extended-0.8.0-package.tar.gz .
+> untar.gz ssh-extended-0.8.0-package.tar.gz
 ```
 
 Now it's time to setup the connectors