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-12-2023
10:49 PM
can we not do it using the way I have done by configuring the properties in executestreamcommand. Is there a way that I can see the log or else the complete scipt Nifi is trying to execute. This is the complete script that I want to execute sshpass -p '123' rsync -avz -e ssh --ignore-existing /test.pdf test@172.16.4.59:/home/test/nifioutput
... View more
10-11-2023
10:03 PM
Hi, we recently started evaluating apache nifi for our use cases. Here is one of such sample pipe line that we have constructed we have two processed one is Getfile which checks for files present in a local folder. Once they are available it sends them to the execute stream command. In execute stream command we want to send file that we received from getfile step to a remote linux server. The destination linux server doesn't have an FTP server hence cant use putFTP. This is the command I want to execute to transfer the file sshpass -p '123' rsync -avz -e ssh --ignore-existing "${filename}" test@172.172.172.172:/home/test/nifioutput Here is the configuration for execute stream command log file Any help would be greatly appreciated. Regards Lakshmi Tharun.
... View more
Labels:
- Labels:
-
Apache NiFi
-
NiFi Registry