Member since
10-11-2023
5
Posts
0
Kudos Received
0
Solutions
01-16-2024
08:19 AM
Hi Is there a way that I can extend ListSFTP as a custom processor to allow inward connection somewhere like this @InputRequirement(InputRequirement.Requirement.INPUT_REQUIRED)
public class ListDynamiscSFTP extends ListSFTP {
// ...
} Iam completely new to Nifi and not able to identify how to implement this code further
... View more
Labels:
- Labels:
-
Apache NiFi
01-16-2024
03:22 AM
Hi @eberezitsky is there a way to extend ListSFTP with the same functionality but that allows inward connection and allows expression language for configuration
... View more
01-12-2024
08:45 AM
Hi @marco21 can you please provide me the full implementation code for ListDynamiscSFTP that you have mentioned in your post. I do have the same requirement but not able to determine the methods that I have to override to get the exact implementation of ListSFTP
... View more
10-13-2023
06:53 AM
it's very hard to format a long call like that without wrapping it. also you will need to fully list out directories so not /test.pdf but /the/actual/location/even/if/it/s/giant/test.pdf. it may work. you may also need to do /usr/bin/sshpass. it is always easier to just write a simple runme.sh with the text in it, make it executable and test it. also make sure nifi user has permissions to sshpass and if you are running on a cluster that all machines have that binary and have permissions
... View more