Am using httputilsto download files from webserver. Is there a httputils equivalent to the FTP.LIST function? I would like to read file names of all files in the webserver folder and populate a list accordingly to use in httputils.downloadlist
I don't know about this, but when I want to download a list of files from my site, I have a small txt file containing just the files' names for download. I simply read this file with httpUtils and then procceed with downloading. I don't know if this can be helpful.