I have a remote directory on 'xyz.com/myimages/'. This directory has many files in it.
I would like to use my Node.js app to retrieve this list of file names from that URL (xyz.com/myimages/). I have verified that Apache is configured to permit directory indexing for this path.
How can I retrieve the file names form the URL using Node.JS?