One tester says me libUrlDownloadToFile fails on windows 7 and 8.

Fortunately it works fine on OS X and IOS

Is there someone who met this problem ?
Thanks
Jean-Marc
Moderators: Klaus, FourthWorld, heatherlaine, kevinmiller, robinmiller
Code: Select all
on mouseUp
set the defaultFolder to specialFolderPath("desktop")
libURLDownloadToFile "http://www.example.com/index.html", "test.txt"
put the result
end mouseUp
Noare you using ftp?