Hi,

I am relatively new to VBA although I have some history with VB many years ago. I have an Android application that posts files to a website, and an Excel VBA application that reads the file after I manually FTP it to a local directory. I have searched and browsed many posts in this forum and have found several examples for uploading files using INet, but probably due to inexperience I am having trouble following the code to modify it to automatically list the files that are present in a particular directory on the website, so I can automatically download it based on a timer. I would appreciate any sample code that lists files from a particular web/FTP directory. (ps. I know there is a DIR function in FTP libraries, but I don't know how to use it to populate a listbox.) I hope this is clear enough.

Thanks in advance
smasher230