Persistent data directories

Spotfire Statistics Services includes a persistent WebDAV repository that you can use to store input data files or output data files that need to stay around.

The transient results directory is useful for storing output data files that are downloaded immediately by a client application. It is not so useful when the output data are not accessed immediately. Neither is it useful for input data files.

The WebDAV repository includes a persistent directory for each user name. For example, by default:

http://servername:port/service_name/webdav/users/username/

In addition, the server includes a common storage directory that all users can access.

http://servername:port/service_name.webdav/common/

Use the WebDAV APIs provided with Spotfire Statistics Services to upload and download data files.

Related reference