Skip to content

Manage your data using WebDAV

WebDAV (Web Distributed Authoring and Versioning) is a network protocol built on top of HTTP/HTTPS, enabling users to manage data on web servers. It operates over HTTP/HTTPS, ensuring secure data exchange between the client and server, with broad compatibility across various environments. WebDAV provides a flexible and reliable solution for managing data.

This guide covers how to use WebDAV to efficiently manage your data in the Data Store.


Limitations

Using WebDAV for File Transfers

WebDAV is ideal for transferring small files or small collections of files. While there is no strict size limit, it is not recommended for files larger than 10 GiB due to performance issues.

Alternatives for Large Files

For large files or extensive datasets, consider using GoCommands or iCommands instead. These tools offer better performance and efficiency for handling large data transfers.

For more details on GoCommands and iCommands, visit their respective documentation pages: - GoCommands - iCommands

The WebDAV contents page lists the client guides and data locations in this section.

Under the hood

WebDAV access is served by Apache with the davrods module (with a Varnish cache) at data.cyverse.org; see Data Store and Data Store administration in the CyVerse Developer Documentation.

Adapted from CyVerse Learning Materials (last source update 2025-03-27), CC BY 4.0. Spotted a problem? Open an issue.