URLWRITE Retrieve a URL into a File

Section: Input/Ouput Functions

Usage

Given a URL and a timeout, attempts to retrieve the URL and write the contents to a file. The syntax is
   f = urlwrite(url,filename,timeout)

The timeout is in milliseconds.