I am having trouble feeding in an FTP server to the backend of a Wix site.
Someone on the Corvid team provided me this article to reference ( https://support.wix.com/en/article/corvid-web-modules-calling-server-side-code-from-the-front-end ) and said that it can be done by,
Implementing a backend module to connect to an FTP server and expose an API to the front end, that way the API reads the content of a file and expose this to the front end.
That being said, the article provided does not explain how to effectively get this running, rather it just states when to use it and provides the function to use it with. It says to use the fetch API, but after looking into this API, I’ve found that it only supports HTTP/HTTPS.
I would appreciate any assistance on this as it would be a tremendous door-opener for us as well as Wix. Thanks.