Quote:
Originally Posted by roeik
Hi,
I have the same exact issue. I need to download all the files in a folder. The folder contains a csv with the names of all the files in the server.
So if I have the name of all the files in the folder, (around 200-300 images), what would be the best approach to download them all?
|
You will need to read the contents of the CSV in a array for example and process each file at a time.
There are numerous examples on how to read a file on the forum.
-open url connection
- read file contents into an array for example
- loop thru array and process each file