Jump to content

INetGet not working


Recommended Posts

Hello,

I'm am currently trying to download a file from its link (.txt file), but I do not see it downloaded in my PC,

here is my current code :

Func getlist()
    Local $sFilePath = _WinAPI_GetTempFileName(@DesktopCommonDir)
    $link = "https://api.proxyscrape.com/?request=getproxies&proxytype=http&timeout=50&country=all&ssl=all&anonymity=anonymous&uptime=100"
    Local $get = InetGet($link,$sFilePath)
EndFunc

Thx for replying :)

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...