I have a client with an existing website. He is unhappy with his current designer and would like to use me. I have access to his product database, but he was never given website access (FTP) credentials, so I cannot directly access the 10,000+ images he has for his site.
The database gives me the relative paths to all images.
Is there some script I can write that will:
1. parse through rows of a file
2. navigate to the image
3. save the image with the same relative path structure
...so that I can quickly get all the images I need for a site demo?
Thanks!