Your decision point, I think, is Event or Alarm based execution. Alarms
are like Cron jobs(timer execution)Your deployed Firefly Actions would
run in our Adobe cloud, so they should be able to access any publicly
available endpoint. Firefly Actions are written in nodejs which has a
ton of librarys for calling SFTP endpoints. On the AEM side I would
imagine your going to use the Assets API to get and put files. There are
also ways to hook into AEM Asset events. I have not done it yet but I
know i...