I have some problem configuring wget right for my needs, i have a file, named images.txt, containing a list of urls to required images, the command for wget is simple: wget -i images.txt however wget doesn't keep the original filenames, that are in the url, the filenames are very specific, for example all of the urls are look like this: http://somesite.com/someimage.jpg/123/456/789/, after downloading it converts a file to index.html, index2.html and so on. How do i configure it to save files as it is in the url: "someimage.jpg/123/456/789/" ?
Any help would be very helpful.
