| > with httrack i downloaded a small tutorial page,
> only one html file, a few pictures and a .rar
> archive. after the download i saw httrack didn't
> save the .rar correctly. it saved the file as a .txt
> and it was also linked as 'file.txt' in the html
> code. what can I do to solve this problem?
Hmm, a probable remote MIME type problem (can you give the URL ?) - you can
try:
--assume rar=application/x-rar
| |