| Hello,
I am trying to copy a website.
Everything is working, except XLSX files.
PDF and XLS are stored, but XLSX are stored a HTM.
The URL looks like this:
<http://www.something.com/get/45435435?name=something.xlsx>.
I have confirmed that the server sets correct MIME:
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
And I have tried to force httrack to:
--assume
xlsx=application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
In the log, I still see:
08:17:31 14015/14015 ---M-- 200 added ('OK') application/octet-stream-unknown
Anybody know what|s wrong?Do I use --assume wrong, does it work?
| |