PHP return multiple images from FTP to Reactjs
So i’m developing a web app and I need a solution to the following problem.
I have a set of images stored in ftp and I need to show them on the front end with a sort of slider. What is the best solution for this problem? How can I make the php return the images (or links to them) without including the ftp credentials in the url?