We have been using a content management host who we will be moving away from. Their content management system has us upload images into a directory and then renames it a numerical value. Example: http://www.domain.com/directory/456548.jpg I have asked for our content in that directory to be burned to a cd or condensed to a zip file and emailed but they refuse, stating it's a service they don't offer. Clearly an attempt to make it more difficult to move to a new setup. At any rate, I would like a script that will go through the directory and download each image. I know the range of numbers for image file names, but there are gaps - I don't want the program to hang at those points. Example: http://www.domain.com/directory/456548.jpg http://www.domain.com/directory/456553.jpg http://www.domain.com/directory/456654.jpg http://www.domain.com/directory/457124.jpg Thanks!
Great question - the reason is because we don't have FTP access to the directory. If I did, I'd use a client and do just that. Or am I missing something easy here?