File: HTTPGet.zip Author: Tim Stack (stack@eng.utah.edu) Release: 2 Compatibility: 8.2 Location: /contrib/network Notes: A simple utility to download files using HTTP since Netpositive doesn't yet allow you to. Its able to download multiple files at a time. Unfortunately, it can't seem to stop a transmission in progress (I don't know how to do it! Right now it just closes the socket but it doesn't seem to work). Interface is pretty explanatory. Source is included. You can also send the application an 'htgt' message with a string ("url") and it will try to download it. You also need to include a record_ref ("dir") so it knows where to put the file and if you want you can specify a string ("filename") to use a different filename than the one thats at the end of the url. HTTP code lifted from httpget.c by Sami Tikka. Changes: Now has a nice gray background color, can receive messages, and some bug fixes. Tim Stack