Jump to content

InetGetSource Vs InetGet


Recommended Posts

Try the following source:

$a = _INetGetSource("http://encryptedchat.fulba.com/uncenzured.txt")

InetGet("http://encryptedchat.fulba.com/uncenzured.txt", @ScriptDir & "asd.txt", 1, 0)

MsgBox(0, "", FileRead(@ScriptDir & "asd.txt"))

MsgBox(0, "", $a)

Exit

Meanwhile _InetGetSource returns non UTF-8 string, Inetget will get the correct file. Why and how to solve? I tried to retrieve it as binary, but it's all the same. Am I forced to use InetGet?

Edited by Unc3nZureD
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...