Download URL
DESCRIPTION:
Download WebDAV file to a local file.
USAGE:
spserver.download(url, file)
REQUIRED ARGUMENTS:
- url
-
a WebDAV URL.
- file
-
Local file name.
SIDE EFFECTS:
Writes the local file, with the contents of the WebDAV URL file.
EXAMPLES:
# spserver.download(spserver.url("inputfile"), spserver.results.file("temp"))