Newsgroups : Microsoft : microsoft.public.inetsdk.programming.wininet : 2008 Jan : InternetCloseHandle hangs on Windows 2000 IE6
| Subject: | InternetCloseHandle hangs on Windows 2000 IE6 |
| Posted by: | "SuperBK" (bkowa..@gmail.com) |
| Date: | Wed, 23 Jan 2008 06:10:35 -0800 (PST) |
Hi,
My application that downloads a file via ftp works great on XP with
IE7. However, if it IE6 is installed on XP, or on Windows 2000, then
SOMETIMES hangs for 90 SECONDS when I call InternetCloseHandle after
using FTPCommand to issue a LIST to the remote FTP server.
I don't have a proxy, and I don't have Internet explorere's option set
to "automatically detect settings".
I would really like this to work with IE6 and on windows 2000? IE6 and
wininet.dll are both versions 6.0.2800.1106
Brian