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
The following commit(s) were added to refs/heads/master by this push:
new cac30c1 FTP source connector example: Fixed some copy/paste error
cac30c1 is described below
commit cac30c1d895db30c0cdc575917f23ea3ffe4c7ab
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Nov 11 09:23:39 2020 +0100
FTP source connector example: Fixed some copy/paste error
---
ftp/ftp-source/README.adoc | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/ftp/ftp-source/README.adoc b/ftp/ftp-source/README.adoc
index 29c6c8e..7235c25 100644
--- a/ftp/ftp-source/README.adoc
+++ b/ftp/ftp-source/README.adoc
@@ -18,9 +18,8 @@ Run the following command:
docker run -d -v /my/data/directory:/home/vsftpd -p 20:20 -p 21:21 -p
21100-21110:21100-21110 -e FTP_USER=admin -e FTP_PASS=password -e
PASV_ADDRESS=127.0.0.1 -e PASV_MIN_PORT=21100 -e PASV_MAX_PORT=21110 --name
vsftpd --restart=always fauria/vsftpd
9534a8d7a87c5f0525079824f692552fe6306fcea2e0e2a0fe6039b038370a12
```
-We are mapping container port 22 to host port 24 for convenience.
-take note of the container id. In our case it is
1cb0cdd7b9a24112ecb9e4c7e195f01552e0c9187a173e29e6642c1f9d9b3455
+take note of the container id. In our case it is
9534a8d7a87c5f0525079824f692552fe6306fcea2e0e2a0fe6039b038370a12
### Running Kafka