HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: Stop the Form Action convertion
Author: Xavier Roche
Date: 08/11/2001 13:58
 
> I´m using the Windows version. How can I use the -K4 
> option.

Just add it after all URLs (in the URL box) - like in:
www.foo.com -K4

> Question. This will leave all URL untouched? Or just 
> form and so on?
All URLs. I see what you are trying to do - copying 
directly asp pages after downloading, so that it can 
work.. ah.. this is a very specific issue

The best way is to make a post-download script (easy 
on un*x platforms), like in:

for i in `find ./ -type f -name "*.html"`; do
  cat $i | sed -e 's/www.foo.com\/bar.asp/bar.asp/gi' 
> __tmp
  mv $i __tmp
done

But this is way too specific to add in on the option 
list..
 
Reply Create subthread


All articles

Subject Author Date
Stop the Form Action convertion

08/09/2001 22:17
Re: Stop the Form Action convertion

08/10/2001 11:23
Re: Stop the Form Action convertion

08/10/2001 21:14
Re: Stop the Form Action convertion

08/11/2001 13:58




2

Created with FORUM 2.0.11