Hmm...I reuploaded, made a new FTP site and reuploaded there..didn't work
Then I tried your code but it's having the save problem with there being nothing there i think.
I editted your code to this
Code:
Dim Temp As String = My.Computer.FileSystem.GetTempFileName() & Rnd() * 10000
My.Computer.Network.DownloadFile("https://MyWebsiteOMGITSSECRET/Version.txt", Temp)
Dim read As String = My.Computer.FileSystem.ReadAllText(Temp)
MsgBox(read)
My.Computer.FileSystem.DeleteFile(Temp, FileIO.UIOption.OnlyErrorDialogs, FileIO.RecycleOption.DeletePermanently, FileIO.UICancelOption.ThrowException)
Just to check if it was reading anything. The message box never popped up so i dunno wtf is going on.
EDIT: Okay it's encountering an error with .404 Not found. Im not sure what the problem is lol cos the link works fine.