| > I'm confused. I used httrack --catchurl to catch a
> username/password for a form. I see the file
> hts-post0. Now how do I make httrack use it?
Here's an example:
"$ httrack --catchurl"
"Okay, temporary proxy installed."
"Set your browser's preferences to:"
" "
" Proxy's address: 192.168.0.100"
" Proxy's port: 8081"
Okay, I did it, and the engine responded:
"The URL is: <http://www.foo.fr/?>postfile:hts-post0">;
"You can capture it through: "
"httrack <http://www.foo.fr/?>postfile:hts-post0">;
Therefore, before capture, I did something like:
httrack <http://www.foo.fr/?>postfile:hts-post0">; -c2
| |