| hi
i was wondering how i can download specific files within the starting
directory and all subdirectories below it containing several different
extensions
the site i'm trying to download looks similar to
192.168.1.200/directory/subdir1/
i don't specify a starting html file (start.html) because it's a flash site
and the intranet web server allows the browser to view files and folders
for example i tried using these scan rules (without success)
-192.168.1.200/directory/subdir1/*
+192.168.1.200/directory/subdir1/*.html
+192.168.1.200/directory/subdir1/*.swf
+192.168.1.200/directory/subdir1/*.js
+192.168.1.200/directory/subdir1/*.css
i want to ignore all files but download those following extensions in the main
directory and all subdirectories within that hierarchy, but httrack goes to
the completion screen within seconds
can anyone help me with the correct scan rules to use?
appreciate any help thanks :) | |