Quote:
Originally Posted by KevinH
BTW: If you are doing this repeatedly for a website with large numbers of images and text, you would be much better off using wget or curl to download recursively the entire website and adding the html files which will pull in the images, or adding the image files directly.
|
Agreed. If this is a large production a bulk download makes sense. In my case in point, this is an occasional situation. I might be creating one file once a week.
Dave