HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: Cgi copy - need original filenames
Author: Leto
Date: 10/10/2005 03:24
 
> What I need is for the filenames to be 20580.html
> It seems like it should be simple.
> 
> This is where I am at: %h%p/%n%[read::::].%t
> This produced a file named: index20580.html
> 
> Where did the "index" part come from? I don't want


"index" comes from %n in your structure definition, which is caused by
"index.cgi".

To remove that "index" part completely would be possible and looking at your
BBS the side-effects should be minimal:  files/pages that are mirrored but not
"index.cgi?read=XXX" are going to have odd filenames (this includes any
images).

You could try a structure like:

%h%p/%[read:::file:file].%t

Then you should get:

file.htm (the start URL)
file-2.htm (maybe search page)
file-3.htm (something else)
file-4.gif
20580.htm (the threads)
20579.htm
etc
 
Reply Create subthread


All articles

Subject Author Date
Cgi copy - need original filenames

10/07/2005 20:24
Re: Cgi copy - need original filenames

10/07/2005 22:54
Re: Cgi copy - need original filenames

10/09/2005 21:54
Re: Cgi copy - need original filenames

10/10/2005 02:08
Re: Cgi copy - need original filenames

10/10/2005 03:24
Re: Cgi copy - need original filenames - Leto--

10/11/2005 02:04
Re: Cgi copy - need original filenames - Leto--

10/12/2005 00:05
Re: Cgi copy - need original filenames

10/11/2005 01:34




c

Created with FORUM 2.0.11