Member since
01-24-2025
3
Posts
0
Kudos Received
0
Solutions
01-25-2025
06:16 AM
Hello , i am trying to use sftp with nifi .
this is my docker image :
volumes: nifi-conf:
services: nifi: image: apache/nifi:latest container_name: nifi ports: - "8089:8443" - "5656:5656" volumes: - nifi-conf:/opt/nifi/nifi-current/conf environment: NIFI_WEB_PROXY_HOST: localhost:8089 SINGLE_USER_CREDENTIALS_USERNAME: admin SINGLE_USER_CREDENTIALS_PASSWORD:
sftp: image: atmoz/sftp volumes: - ./sftp/upload:/home/foo/ ports: - "2222:22" command: foo:pass:1001
at first the found the sftplist running with no output and when i stop it i get 2 active threads and canot stop or start it just terminal
when the docker image load and debug it i founds that the owner of /home/foo not foo it is root and when i change it manually i get bad ownership error of chroot directory
... View more
Labels:
- Labels:
-
Apache NiFi
01-25-2025
06:07 AM
1- yes i tried the last version 2- yes it does 3-yes i can and it fetch lists in nifi when i use the timestamp not the entities list 4- yes , it does 5- no change 6-yes 7-there is no exception 8- yes it does
... View more
01-24-2025
10:37 AM
i am new at nifi . i want to use listftp with tracking entities with rides cache . i use those configs but no files listed i donot now whats is wrong here
... View more
Labels:
- Labels:
-
Apache Airflow