Hi what is best way to create task that fetches data from regular server usually I would do this wit...
a
Hi what is best way to create task that fetches data from regular server usually I would do this with scp, rsynch or something similar
k
Hey @Antti Tupamäki, those are command line tools right? You can use the ShellTask to invoke them. If you need it on a regular interval, then maybe schedule the flow for that interval? If it is subminute, I guess you can just have a long running task that loops
a
Ok thanks