| Hi,
I am trying to grab some files from a web page (say <http://my-web-page.com>)
but nothing is getting downloaded.
I am using the following filter to restrict specific file types. Please let me
know if I am doing something wrong:
-*
+mime:text/html
+http://my-web-site.com/*.pdf*
+http://my-web-site.com/*.doc*
+http://my-web-site.com/*.xl*
+http://my-web-site.com/*.djvu*
+http://my-web-site.com/*.ppt*
+http://my-web-site.com/*.chm*
+http://my-web-site.com/*.html*
+http://my-web-site.com/*.rtf*
+http://my-web-site.com/*.htm*
+http://my-web-site.com/*.mht*
+http://my-web-site.com/*.pps*
+http://my-web-site.com/*.txt*
+http://my-web-site.com/*.epub*
+http://my-web-site.com/*.csv*
| |