This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector-examples.git
commit 5ed9708b4dc7bff430d455a1c6d4dc48fa2ae258 Author: Andrea Cosentino <[email protected]> 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
