| This seems like the holy grail of httrack...
I am trying to get only the parent directory (and all files related)
mysite.com
/index.html (references main.css, image.jpg)
/main.css (calls background.jpg)
/background.jpg
/image.jpg
/subdir1
/subdir2
ie - I want /index.html, the css/js files it calls (main.css), and any images
within both the main index.html and css files I(image.jpg and
background.jpg).
I do not want any lower subdirectories (subdir1, subdir2).
I've scanned through the forum, stackoverflow, etc with no results.
And I think I've tried every combo of flag, filter, etc. :(
Is this possible? I can get what I want by using the depth flag - but then I
end up with extra subdirectories.
Thanks!
Jim | |