PDA

Click to See Complete Forum and Search --> : downloading a file via http protocol


Feb 23rd, 2000, 10:48 AM
I was wondering what the code would be to download a file via the http protocol using the inet control. Thanks!

compuGEEK
Feb 23rd, 2000, 10:55 PM
You must us the execute command:

Execute "http://www.somewhere.com/index.html", "GET"

Using this method will retrieve the file specified in the URL.

:)



Edited by compuGEEK on 02-24-2000 at 11:55 AM