| Hi guys,
I'm trying to use catchurl. I have done this:
---
Set your browser's preferences to:
Proxy's address: 127.0.1.1
Proxy's port: 8080
The URL is: <http://www.foo.net/login.php?mforum=FUBAR?>postfile:hts-post7">;
You can capture it through: httrack
<http://www.foo.net/login.php?mforum=FUBAR?>postfile:hts-post7">;
---
I'm trying to copy all the whole forum. It is hosted by a multiforum manager
and the variable "mforum=FUBAR" selects the forum FUBAR, which is what I want
to scan.
So, I'm doing this:
httrack <http://www.foo.net/login.php?mforum=FUBAR?>postfile:hts-post7">; -O
"/home/mystery/Mirrors/Test" "-*" "+*FUBAR*" -v
Or even I'm trying to copy only one thread:
httrack <http://www.foo.net/login.php?mforum=FUBAR?>postfile:hts-post4">; -O
"/home/mystery/Mirrors/Avispero" "-*" "+*viewtopic.php?t=200*&mforum=FUBAR"
-v
But it seems that I only get the login page and no more else.
What am I doing wrong? | |