Forum Moderators: coopster
I have got everything covered except for how to download all the files in a folder. I just read that there is not php function equivalent to mget. The folder name is today's date, such as "2006-08-11", and the files within that folder are named "test1_2006-08-11.tar.bz2", "test2_2006-08-11.tar.bz2", and so on. There are about 75 files total.
Thanks, any help is greatly appreciated.
The only answer I could think of was to run a loop for all the file names in a folder, but can't think of how to walk through the folder and check to see which ones I have gotten, and which ones I still need to download.
I just figured downloading multiple files from 1 folder in a php script would be a common issue, with a simple answer.
Thanks, Carl
Thanks, Carl
Are there any alternatives? Other than this, my script runs flawlessly, unfortunately, I need this piece for automation.
Thanks, Carl