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 5ab8c19185fbaf45b7cb9864157bf269e5433856 Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Feb 25 13:28:22 2021 +0100 FTPS Examples: Moved to tar.gz --- ftps/ftps-sink/README.adoc | 6 +++--- ftps/ftps-source/README.adoc | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ftps/ftps-sink/README.adoc b/ftps/ftps-sink/README.adoc index afe5366..9e58dba 100644 --- a/ftps/ftps-sink/README.adoc +++ b/ftps/ftps-sink/README.adoc @@ -52,13 +52,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-ftps-kafka-connector/0.8.0/camel-ftps-kafka-connector-0.8.0-package.zip -> unzip camel-ftps-kafka-connector-0.8.0-package.zip +> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-ftps-kafka-connector/0.8.0/camel-ftps-kafka-connector-0.8.0-package.tar.gz +> untar.gz camel-ftps-kafka-connector-0.8.0-package.tar.gz ---- Now it's time to setup the connector diff --git a/ftps/ftps-source/README.adoc b/ftps/ftps-source/README.adoc index 106a249..6036b91 100644 --- a/ftps/ftps-source/README.adoc +++ b/ftps/ftps-source/README.adoc @@ -173,12 +173,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/ftps-extended-0.8.0-package.zip . -> unzip ftps-extended-0.8.0-package.zip +> cp /home/workspace/miscellanea/ftps-extended/target/ftps-extended-0.8.0-package.tar.gz . +> untar.gz ftps-extended-0.8.0-package.tar.gz ``` Now it's time to setup the connector
