Hi there,
so I've got two containers running, one is an ftp client (filezilla) and the other one is the MQTT container.
Now I want Filezilla to publish a mqtt message to my broker whenever the download queue finished downloading all the files.
How can I tell the Filezilla container to do that?
Filezilla itself has the ability to run a command after completion and i can send the message from the cli of the mqtt container just fine... but how do I get the one container to tell the other what to do?
TIA