WebDAV Access using File Managers¶
Most operating systems include a file manager that supports WebDAV, allowing you to mount a WebDAV directory as part of the filesystem. This enables other applications on the same computer to access data in the Data Store as if it were local.
macOS Finder¶
Follow these steps to connect using macOS Finder:
- Open Finder.
- In the menu bar, click Go → Connect to Server (Command + K).
- Enter the WebDAV URL for the folder you want to access.
- If prompted, enter your CyVerse username and password.
Windows File Exploer¶
To connect using Windows File Explorer:
- Open File Explorer.
- Right-click This PC and select Map Network Drive.
- Click Choose a custom network location, then Next.
- Enter the WebDAV URL for the folder you want to access.
- If prompted, enter your CyVerse username and password.
Gnome Files¶
To connect using GNOME Files on Linux:
- Open Files.
- In the sidebar, click Other Locations.
- Under Connect to Server, enter the WebDAV URL for the folder you want to access.
Note: TLS-encrypted WebDAV URLs usedavs://
instead ofhttps://
, so CyVerse URLs should be formatted as:
davs://data.cyverse.org/dav/iplant/home/<username>
- Click Connect.
- If prompted, enter your CyVerse username and password.
Linux Terminal¶
To mount a WebDAV folder via the Linux terminal, root or sudo access is required:
- Install
davfs2
(e.g., on Ubuntu:sudo apt install davfs2
). - Create a mount point:
mkdir /tmp/data
- Mount the WebDAV directory:
sudo mount -o gid=<your_user>,uid=<your_user> -t davfs <webdav_url> /tmp/data
- Replace
<your_user>
with your Linux username. - Replace
<webdav_url>
with the WebDAV folder URL.
- Replace
- If prompted, enter your CyVerse username and password.
WebDAV Access Information¶
Use the following credentials to connect to the Data Store:
Key | Value |
---|---|
username |
<CyVerse Username> |
password |
<CyVerse Password> |
Use these credentials for anonymous access to the Data Store:
Key | Value |
---|---|
username |
anonymous |
password |
(leave empty) |
Data Locations¶
-
User Data
Users can access their data at:https://data.cyverse.org/dav/iplant/home/<username>/
-
Public Data (Read-Only Access)
Anonymous users can access public data at:
https://data.cyverse.org/dav-anon/
-
Community/Project Data
To access project-specific data stored in iRODS at/iplant/home/shared/<project>/
, use:https://data.cyverse.org/dav/iplant/projects/<project>/
-
CyVerse Curated Data (DOI-Backed Datasets)
Access curated datasets with DOIs in the Data Commons at:https://data.cyverse.org/dav-anon/iplant/commons/cyverse_curated/