Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@
client such as <span class="nobr"><%=simpleLink("CyberDuck", "https://cyberduck.io")%></span>
or <span class="nobr"><%=simpleLink("WinSCP", "https://winscp.net/eng/docs/introduction")%></span>.
For details look at <%=simpleLink("Download data from Panorama Public", downloadDataDocHref)%>.
Use the following URL, login email and password to connect to this folder:
Use the following URL to connect to this folder:
<br/>
<br/>
URL: <b class="bold"><span class="nobr" id="webdav_url_link"><%=h(webdavUrl)%></span></b>
<br/>
Login email: <b class="bold"><%=h(publicDataUser.getEmail())%></b>
<br/>
Password: <b class="bold"><%=h(publicDataUser.getPassword())%></b>
<b class="bold">Note: </b> 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.
</p>
Loading