./
eve_wget.pro
Routines
result = eve_get_data_Url_Callback(status, progress, data)
Callback required by IDLnetURL object.
eve_wget, url, local_fn [, verbose=verbose]
Gets a file from the Internet and writes it in a given location on the local machine.
Routine details
top source eve_get_data_Url_Callbackprivate
internal
result = eve_get_data_Url_Callback(status, progress, data)
Callback required by IDLnetURL object. This just prints any info messages to the IDL log and tells the object to continue.
Parameters
- status in required
- progress in required
- data in required
top source eve_wget
utility
eve_wget, url, local_fn [, verbose=verbose]
Gets a file from the Internet and writes it in a given location on the local machine. This is a wrapper around the IDLnetURL object.
Parameters
- url in required
URL to get from
- local_fn in required
filename of the file to write to on the local machine, may contain a relative or absolute path
Keywords
- verbose in optional
if set, prints more messages to the IDL log. By default, only error messages are printed.
File attributes
Modification date: | Fri Dec 12 21:22:52 2014 |
Lines: | 57 |
Docformat: | rst rst |