/usr/share/freemat/help/text/urlwrite.mdc is in freemat-help 4.0-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | URLWRITE URLWRITE Retrieve a URL into a File
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. Note that the URL must be a complete
spec (i.e., including the name of the resource you wish to retrieve). So
for example, you cannot use http://www.google.com as a URL, but must
instead use http://www.google.com/index.html.
|