Skip to content

Commit c0197fa

Browse files
authored
Remove public account details from the "Download Data" webpart (#579)
- Removed public account details from the "Download Data" webpart - Added text about WebDAV downloads requiring an account on PanoramaWeb. - Added a note about contacting the PanoramaWeb team before initiating very large downloads via WebDAV
1 parent 2a8e7d5 commit c0197fa

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

panoramapublic/src/org/labkey/panoramapublic/view/publish/dataDownloadInfo.jsp

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,20 @@
2323
%>
2424
<p>
2525
Select one or more files or folders in the browser above and click the download icon ( <span class="fa fa-download"></span> ).
26+
<br/>
27+
<br/>
2628
Data can also be downloaded by mapping this folder as a network drive in Windows Explorer, or by using a
2729
<%=simpleLink("WebDAV", "https://en.wikipedia.org/wiki/WebDAV")%>
2830
client such as <span class="nobr"><%=simpleLink("CyberDuck", "https://cyberduck.io")%></span>
2931
or <span class="nobr"><%=simpleLink("WinSCP", "https://winscp.net/eng/docs/introduction")%></span>.
30-
For details look at <%=simpleLink("Download data from Panorama Public", downloadDataDocHref)%>.
31-
Use the following URL, login email and password to connect to this folder:
32-
<br/>
32+
WebDAV downloads require an account on the PanoramaWeb server. Information on obtaining an account and other download options
33+
is available on the <%=simpleLink("Download data from Panorama Public", downloadDataDocHref)%> help page.
34+
Use the following URL to connect to this folder for WebDAV downloads:
3335
<br/>
3436
URL: <b class="bold"><span class="nobr" id="webdav_url_link"><%=h(webdavUrl)%></span></b>
3537
<br/>
36-
Login email: <b class="bold"><%=h(publicDataUser.getEmail())%></b>
3738
<br/>
38-
Password: <b class="bold"><%=h(publicDataUser.getPassword())%></b>
39+
<b class="bold">Note: </b> If you plan to download large volumes of data or datasets from multiple projects via WebDAV,
40+
please contact the PanoramaWeb team in advance so that we can coordinate the download to minimize load on the server
41+
and ensure reliable access.
3942
</p>

0 commit comments

Comments
 (0)