diff --git a/panoramapublic/src/org/labkey/panoramapublic/view/publish/dataDownloadInfo.jsp b/panoramapublic/src/org/labkey/panoramapublic/view/publish/dataDownloadInfo.jsp index 878b9c42..7c141e69 100644 --- a/panoramapublic/src/org/labkey/panoramapublic/view/publish/dataDownloadInfo.jsp +++ b/panoramapublic/src/org/labkey/panoramapublic/view/publish/dataDownloadInfo.jsp @@ -23,17 +23,20 @@ %>
Select one or more files or folders in the browser above and click the download icon ( ).
+
+
Data can also be downloaded by mapping this folder as a network drive in Windows Explorer, or by using a
<%=simpleLink("WebDAV", "https://en.wikipedia.org/wiki/WebDAV")%>
client such as <%=simpleLink("CyberDuck", "https://cyberduck.io")%>
or <%=simpleLink("WinSCP", "https://winscp.net/eng/docs/introduction")%>.
- For details look at <%=simpleLink("Download data from Panorama Public", downloadDataDocHref)%>.
- Use the following URL, login email and password to connect to this folder:
-
+ WebDAV downloads require an account on the PanoramaWeb server. Information on obtaining an account and other download options
+ is available on the <%=simpleLink("Download data from Panorama Public", downloadDataDocHref)%> help page.
+ Use the following URL to connect to this folder for WebDAV downloads:
URL: <%=h(webdavUrl)%>
- Login email: <%=h(publicDataUser.getEmail())%>
- Password: <%=h(publicDataUser.getPassword())%>
+ Note: If you plan to download large volumes of data or datasets from multiple projects via WebDAV,
+ please contact the PanoramaWeb team in advance so that we can coordinate the download to minimize load on the server
+ and ensure reliable access.