Mobi Posted September 21, 2020 Posted September 21, 2020 (edited) #include <InetConstants.au3> #include <MsgBoxConstants.au3> #include <WinAPIFiles.au3> $Direct1 = @ScriptDir & "\Temp1" DirCreate($Direct1) Global $FReaders = @ScriptDir & "\FinalLoc" DirCreate($FReaders) Global $FRead = FileRead($FReaders) Local $sfilepath = _WinAPI_GetTempFileName($Direct1) Global $Fmve = $FReaders & "\Note.rar" Local $Gt = InetGet("https://sourceforge.net/projects/limiters/files/FolderNew1/Files1.rar/download", $sfilepath, $inet_forcereload, $inet_downloadbackground) Do Sleep(250) Until InetGetInfo($Gt, $inet_downloadcomplete) FileMove($sfilepath,$Fmve) MsgBox(0,"","Complete !!",2) Hi Guys So Heres my Problem when i Test This on my Win7 PC the Rar File didnt Download correctly or let say 0size so failed download but other Source is working so its not InternetExplorer maybe on my URL Problem But the thing is i want to use that URL Example i Have Files there like 2-3files and i want to download does file cause i want if i change the file inside sourceforge and reupdate it. i still want my InetGet Get the same files cause if i example i upload it in mediafire and get the URL of that file and its working but when i reupload the same files the URL of that Mediafire File is change so InetGet will never get the same files anymore any one can help me out there ? but its working on win10 when i try it here into my pc its working fine Download Success any help or Right URL should i put newbie on autoit . Edited September 21, 2020 by Mobi
Danp2 Posted September 21, 2020 Posted September 21, 2020 Probably a TLS issue on Windows 7. See below to additional details -- Latest Webdriver UDF Release Webdriver Wiki FAQs
Mobi Posted September 21, 2020 Author Posted September 21, 2020 8 minutes ago, Danp2 said: Probably a TLS issue on Windows 7. See below to additional details -- ohhh i see so its win7 tls issue probably i cant solve this but is there any way sir on where can i download my files so that i can update the files whenever i want and download it again ?
zeenmakr Posted September 25, 2020 Posted September 25, 2020 3 hours ago, Colduction said: Guys, what do you prefer to use? whichever works (:
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now