I still don't get your exact network topology and server. Automagic http webserver can be used as typical webserver or local intranet. You can upload/download files to/from the webserver. As far as I test, It can handle big files but the speed is not well optimized for it. I would just use it to trigger the command and use MiXplorer to send the files instead. You can use MiXplorer ACTION_COPY. You can also start/stop MiXplorer FTP server using similar broadcast :
viewtopic.php?f=4&t=7261
For Apk distribution, it is better to have one device as the central. Turn on the FTP server for this device and also the flow with Trigger HTTP request. When new app installed, and want to be sync accross others, use the http request to other devices and trigger them to retrieve the apk from the FTP server, using FTP download or MiXplorer ACTION_COPY. If it errors (timeout), then it will send another request to the device which act as FTP server, a command to restart the FTP server. Basically every device will have the Flow with trigger HTTP request and communicating each other using action HTTP request. It is very to similar to autoremote, except this work locally without internet
But since you have NAT, the server is at WAN, it seems your server can't trigger the flow at the client. It will be one side check then, at periodic timer (let's say everyday), it will check the central webserver to see any update of the apk. If there is, send command to copy the file and restart the FTP if error. Same concept but just one way communication. Or maybe if you can use port forwarding, you can forward the command to the certain port and still have the 2 way communication.
@Martin : Probably these can be added too as examples in the Send broadcast.
MiXplorer FTP or HTTP or TCP server :
https://forum.xda-developers.com/showpo ... tcount=423
The server detail for automagic is here :
viewtopic.php?f=4&t=7261
MiXplorer Copy Files/Folder :
https://forum.xda-developers.com/showpo ... tcount=422