"Jean-Marc MOLINA" <[EMAIL PROTECTED]> writes: > Hrvoje Niksic wrote: >> More precisely, it doesn't use the file name advertised by the >> Content-Disposition header. That is because Wget decides on the file >> name it will use based on the URL used, *before* the headers are >> downloaded. This unfortunate design decision is the cause of all >> these problems, and will take some work to be undone. > > Implementing the "Content-Disposition" header is on the TODO list : > > * Honor `Content-Disposition: XXX; filename="FILE"' when creating the > file name. If possible, try not to break `-nc' and friends when > doing that.
It is, indeed -- I wrote that entry. :-) The problem is that implementing this is not as easy or straightforward as it sounds. This is shared by most TODO list items.
