I commonly use the following code to download a specific file off a server.
My.Computer.Network.DownloadFile _
("http://www.xxx.com/mlm_buyers/new_download_log.txt", "C:\xxx\mlm_buyer_followup\new_mlm_buyers_download_log.txt", "", "", True, 1000, True)
How do I retrieve all the files names in a folder off a server?
My.Computer.Network.DownloadFile _
("http://www.xxx.com/mlm_buyers/new_download_log.txt", "C:\xxx\mlm_buyer_followup\new_mlm_buyers_download_log.txt", "", "", True, 1000, True)
How do I retrieve all the files names in a folder off a server?