Modify ↓
Opened 15 years ago
Closed 15 years ago
#1917 closed Bug (Works For Me)
InetGet() on WinXP SP3 Not Working AFTER v3.3.0.0
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.6.1 | Severity: | None |
| Keywords: | Cc: |
Description
After testing this with every version from v3.3.0.0 to 3.3.6.1, running:
InetGet("ftp://www.example.com/update.ini", "update.ini", 1)
will just hang and do nothing on Windows XP SP3 when using v3.3.2.0 and up. However, the same script will work when using v3.3.0.0 and before.
InetGet works just fine on my Windows 7 box using the newest version of AutoIt, just not on XP.
Attachments (0)
Change History (2)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
| Resolution: | → Works For Me |
|---|---|
| Status: | new → closed |
Actually, just built an XP SP3 machine for debugging this on and it seems to work fine.
Closing until someone else reports a similar problem.
Note:
See TracTickets
for help on using tickets.

This repros with ftp:/ sites on my Windows XP SP3 machine as well. http:/ seems to be fine though.