http://bugs.winehq.org/show_bug.cgi?id=9741
--- Comment #4 from Colin Finck mail@colinfinck.de 2007-09-22 15:36:59 --- Created an attachment (id=8179) --> (http://bugs.winehq.org/attachment.cgi?id=8179) Downloader app together with a XML file, which contains a FTP URL
Extract the attached files into a directory.
Then change the current directory to the directory, in which you extracted the files and run "downloader.exe" with Wine. This is necessary as the application searches for the XML file in the current directory.
Then click on "Internet & Network" on the left, choose "Firefox 1.5" on the right and hit the "Download!" button. You will see that the progress bar won't change. Under Windows XP it does and the application correctly downloads the file.
When you look at the source code of Downloader (http://svn.reactos.org/svn/reactos/trunk/rosapps/downloader/download.c?revis...), you see that the application uses the URLDownloadToFileW function on line 248.