Considering we have established a secure connection via MQTT (Let's say to AWS-IoT /Azure etc) can we then use it to tunnel FTP server running on Embedded Device (For remote access)?
If it's possible, would it work with the raw ftp data being sent over mqtt Or some sort of translator of mqtt payload to ftp messages is a must?
Thanks in advance,