adobe io runtime closed ports
Good team!
The problem I am trying to solve is the following:
From adobe io runtime we are deploying an app. One of its functions is to take a certain document and upload it to FTP. The problem we are encountering is that as indicated in this link https://adobedocs.github.io/adobeio-runtime/resources/faq.html#what-ports-are-open, certain ports are not open, including port 21 which is the one with which I must access the FTP. How can we solve this problem? I am using the BASIF FTP client for Node.js.
This is a little fragment of the code:

The output is:

Thanks all!