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:24 UTC

[camel-kafka-connector-examples] 12/31: FTP 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 c99291ef5811b8d287725b04d7a40ee05fb6b8c1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 25 13:28:11 2021 +0100

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

diff --git a/ftp/ftp-sink/README.adoc b/ftp/ftp-sink/README.adoc
index c339ad6..c684a9c 100644
--- a/ftp/ftp-sink/README.adoc
+++ b/ftp/ftp-sink/README.adoc
@@ -37,13 +37,13 @@ Open the `$KAFKA_HOME/config/connect-standalone.properties`
 
 and set the `plugin.path` property to your choosen location
 
-Download the connector package zip and extract the content to a directory. In this example we'll use `/home/oscerd/connectors/`
+Download the connector package tar.gz and extract the content to a directory. In this example we'll use `/home/oscerd/connectors/`
 
 [source]
 ----
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-ftp-kafka-connector/0.8.0/camel-ftp-kafka-connector-0.8.0-package.zip
-> unzip camel-ftp-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-ftp-kafka-connector/0.8.0/camel-ftp-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-ftp-kafka-connector-0.8.0-package.tar.gz
 ----
 
 Now it's time to setup the connector
diff --git a/ftp/ftp-source/README.adoc b/ftp/ftp-source/README.adoc
index 320fcbb..f3cb0e7 100644
--- a/ftp/ftp-source/README.adoc
+++ b/ftp/ftp-source/README.adoc
@@ -159,12 +159,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/ftp-extended/target/ftp-extended-0.8.0-package.zip .
-> unzip ftp-extended-0.8.0-package.zip
+> cp /home/workspace/miscellanea/ftp-extended/target/ftp-extended-0.8.0-package.tar.gz .
+> untar.gz ftp-extended-0.8.0-package.tar.gz
 ```
 
 Now it's time to setup the connector