![]() |
ldasJob { -name {} -password {} -email {} } { userCmd -opt1 {} ... }
Which is in the format of a Tcl command, ldasJob, with two required arguments:
This command causes a file to be written containing a snapshot of the current .frame.cache file written by the diskcache API.
An e-mail with a URL pointing to the location of the results file is sent (-returnprotocol http is supported for retrieval of the file by mailcap/mime-types).
Calling convention (all on a single line):
ldasJob { -name "username" -password "********" -email "user@foobar.edu"} {getFrameCache -returnprotocol URL
Option Descriptions:
-returnprotocol:
http file port
The http and file options
cause a URL pointer to the location of the results to be
returned by e-mail. Any directory structure in the location
will be ignored, and the filename will always be
frame.cache.
NOTES:
Default: http://frame.cache
The argument to -returnprotocol resembles the usual
browser conventions for URL's, but is actually only a
hinting mechanism for the user to get a URL back in e-mail
or in a client.
The possible formats of the argument are:
Return to Top