| > - on a browser, clicking the link
> <http://myserver/myapp/myop?name=fhjdhjsdhsjhfjh>
> gives a popup with "save file as" and the popup
> displays a given name for the file : "myFile.xml"
> If i save the file, it is stored with name
> "myFile.ext"
I assume you meant myfile.xml not myFile.ext there
> - on httrack, file is mirrored but with a name that
> is different : "myop123.html"
The myopHHHH.ext is necessary to have unique filenames.
Why it doesn't pickup myfile.xml instead of myop, I don't know. The latest
version was supposed to handle redirects. Another one for Xavier
> My will for Httrack is to store the file with name
> "myFile.xml".
The change of extention may be fixable by adding an options -> assume xml =
application/xml | |