| > I have a php script called filemgr.php which accepts
a
> file id and the proceeds to initiate downloads. (ex:
> <http://blah.blah.blah/filemgr.php?id=10> servers up a
> file.tar.gz). HtTrack then procedes to call it
> file.tarXXXX.gz and links it as file.tarXXXX.gz?id=10.
> How can I avoid this single scenario if everything
else
> is working ok with default --mirror options? I want
> the file to retain it's original name.
Go to options/build/local structure, and select user-
defined structure, using "%h%p/%n.%t" as mask.
But this will generate foo-2.xxx files instead, if
there are multiple foo files!
| |