Please do not chastise me for not trying to research this first. I have spent most of the day reading examples for HTTP, HttpUtils2, OKHTTP & OKHttpUtils2. One shows how to populate a string array. Another, a huge image file but I cannot get it to work.
I think that what I am trying to do is fairly simple. I want to download and save a text file from a server. This code seems to work:
Dim job As HttpJob
job.Initialize("Job", Me)
job.Download("http://www.MyServer.com/textfiles/MyFile.txt")
The Sub JobDone gives me a success message. But where is the file? I don't know.
Can I get a code sample that finds the server and saves the file to my project?
Thanks,
Carthalion
I think that what I am trying to do is fairly simple. I want to download and save a text file from a server. This code seems to work:
Dim job As HttpJob
job.Initialize("Job", Me)
job.Download("http://www.MyServer.com/textfiles/MyFile.txt")
The Sub JobDone gives me a success message. But where is the file? I don't know.
Can I get a code sample that finds the server and saves the file to my project?
Thanks,
Carthalion