Hey guys, I bet that a lot of you have done this in the past, I have too, but since RipWay.com is down, I have no idea how to do it.
So, I created a txt file and posted it at MediaFire, but I have a problem, I could not find a way to download only the text from the file.
Used this code:
Now, I dont know if there is a bug in my code or just the site does not support this kind of downloading.Code:Dim UserName As String = Environment.UserName
Dim Path As String = "C:\Users\" & UserName & "\AppData\Roaming\ApplicationTest"
My.Computer.Network.DownloadFile("http://www.mediafire.com/edit/?etwzj0tb52jzmapwc2jesg5tjbz72bi", Path & "\Version.txt")
If you have any sugestions for a new FREE storage site, that would support this let me know, or if there is a bug aswell.

